TdxSpreadSheetCellDataFormat.IsText Property
Identifies if the cell content is formatted as a text string.
Declaration
property IsText: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True if the cell value is formatted as a text string; otherwise – False.
Normally, the IsText property supports the internal infrastructure and is not intended to be used directly from your code.
See Also