HotXLS Docs

TextRuns property

Exposes rich text character font runs for formatting portions of the text differently

Syntax

property TextRuns: TXLSTextBoxTextRuns;

Example

This example adds a text formatting run to the text box

TextBox.TextRuns.Add(0, 1);