Skip to main content

TdxSpreadSheetTableViewOptionsPrintSource.GridLines Property

Specifies whether the worksheet grid lines should be printed.

Declaration

property GridLines: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default
TdxDefaultBoolean bDefault

Remarks

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

To hide or display the spreadsheet row/column headers on page printouts, use the Headers property instead.

The default value of the GridLines property is bDefault.

See Also