TdxSpreadSheetCell.SetAsRTF(string) Method
In This Article
Replaces the cell object’s value with a formatted RTF string.
#Declaration
#Parameters
Name | Type |
---|---|
AText | string |
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True only if the AText parameter value is a formatted RTF string (that is, starts with ‘{\rtf’ and has formatting); otherwise – False.
Note
Alternatively, you can call the spreadsheet text service‘s Set
See Also