Skip to main content

TdxSpreadSheetTableViewOptionsPrintSource.Headers Property

Specifies whether the worksheet row/column headers should be printed.

Declaration

property Headers: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default
TdxDefaultBoolean bDefault

Remarks

Set this property to bTrue to display the worksheet row/column headers on page printouts. If the Headers property is set to bFalse, the headers are hidden. The bDefault value of the Headers property corresponds to the respective default setting of the XLSX and XLTX file formats.

To hide or display the spreadsheet gridlines on page printouts, use the GridLines property instead.

The default value of the Headers property is bDefault.

See Also