TdxSpreadSheetCell.GetAsRTF(string) Method
In This Article
Retrieves the cell object’s formatted content as an RTF string.
#Declaration
#Parameters
Name | Type |
---|---|
AText | string |
#Returns
Type |
---|
Boolean |
#Remarks
Call this function to attempt to retrieve the cell object’s value as an RTF string via the AText parameter. The GetAsRTF function returns True only if the cell object contains an RTF-formatted string. Otherwise – the function returns False.
Note
Alternatively, you can call the speadsheet text service‘s Get
See Also