Skip to main content

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
TdxDefaultBoolean bDefault

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 OptionsView.Headers Property Value

The Headers Property Value

bFalse

bTrue

bDefault

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.

See Also