Skip to main content

TdxSpreadSheetOptionsView.Headers Property

Specifies if the Spreadsheet or Report Designer control displays the default column and row headers in all worksheets.

Declaration

property Headers: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The default column and row headers mark individual columns and rows in Table View worksheets, according to the current reference style. The control displays headers in the active worksheet if one of the following conditions is met:

  • The Headers property is set to True and the worksheet’s Options.Headers property is set to bDefault;

  • The worksheet’s Options.Headers property is set to bTrue.

The Headers property is particularly useful if you need to create custom column and/or row headers by freezing one or more initial columns and/or rows in a worksheet.

The Options.Headers property values of individual worksheets within a spreadsheet document always have priority over the “global” Headers property. For instance, if the worksheet’s Options.Headers property is not set to bDefault, the Headers property has no effect on the header visibility. Refer to the TdxSpreadSheetTableViewOptions.Headers property description for additional information.

The default value of the Headers property is True.

See Also