TdxSpreadSheetTableViewOptions.ActualHeaders Property
In This Article
Returns a value indicating whether the column and row headers are actually displayed within the Table View worksheet.
#Declaration
Delphi
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