TdxSpreadSheetTableItem.DisplayText Property
Returns a string displayed by the table item‘s header.
Declaration
property DisplayText: string read;
Property Value
Type |
---|
string |
Remarks
This property is useful as an additional way of identifying specific row or column objects within the Table View worksheet. You can override the DisplayText property in TdxSpreadSheetTableItem descendants to provide them with the capability to rename, for example, table item headers.
See Also