TdxSpreadSheetTableViewOptions.Headers Property
Specifies whether the standard headers are displayed within a Table View worksheet.
#Declaration
property Headers: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
This property corresponds to the worksheet-level headers display setting. Visibility of the standard column and row headers in a particular Table View worksheet is determined by both the Headers property value and the Spreadsheet control‘s OptionsView.Headers property value:
The Options | The Headers Property Value | ||
b | b | b | |
True | The headers are hidden. | The headers are visible. | The headers are visible. |
False | The headers are hidden. | The headers are visible. | The headers are hidden. |
To identify whether the standard column and row headers are displayed by a particular Table View worksheet, use the ActualHeaders property.
The default value of the Headers property is bDefault.