TdxSpreadSheetTableViewOptions.ActualHeaders Property
Returns a value indicating whether the column and row headers are actually displayed within the Table View worksheet.
Declaration
property ActualHeaders: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns the effective Headers value, which depends on values of both the Table View worksheet’s Options.Headers and Spreadsheet Control‘s OptionsView.Headers properties.
See Also