TRichString.SetRTFRun Method
Sets one RTF run.
Syntax
Unit: FlexCel.Core
procedure TRichString.SetRTFRun(const xls: TCoreExcelFile; const index: Integer; const value: TRTFRun);
Parameters
<-> |
Parameter |
Type |
Description |
const |
xls |
TCoreExcelFile |
|
const |
index |
Integer |
|
const |
value |
TRTFRun |
|
See also