HotXLS Delphi Excel Read Write Library / Component Developers Guide loslab Inc.

DisplayGridLines property

True if gridlines are displayed. Read/write Boolean.

Syntax

property DisplayGridLines: boolean;

Description

This property affects only displayed gridlines. Use the PageSetup.PrintGridlines property to control the printing of gridlines.

Example

This example toggles the display of gridlines in the first sheet.

Workbook.Sheets[1].DisplayGridlines := not(Workbook.Sheets[1].DisplayGridlines);
Copyright©2007-2019 loslab.com