TdxSpreadSheetCell.DisplayText Property
Returns a text string corresponding to the cell object’s actual formatted value.
Declaration
property DisplayText: string read;
Property Value
Type |
---|
string |
Remarks
Use this property to obtain a string displayed by a cell regardless of its underlying cell object’s data type. The DisplayText property returns the DisplayValue.Text field value, ignoring all concomitant data.
See Also