HotXLS Docs

TextRuns property

Returns the text-run collection for the TXLSTextBox. Use it to inspect, add, or clear per-character font run boundaries in the text box text.

Syntax

property TextRuns: TXLSTextBoxTextRuns;

Example

TextBox.TextRuns.Clear;
TextBox.TextRuns.Add(0, 1);
TextBox.TextRuns.Add(12, 2);