HotXLS-dokumentation Indhold Startside Oversigt TGridToXLS IXLSWorkbook Startside Indhold Oversigt

DisplayGridLines egenskab

True if gridlines are displayed. Read/write Boolean

Syntaks

property DisplayGridLines: boolean;

Beskrivelse

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

Eksempel

This example toggles the display of gridlines in the first sheet
Workbook.Sheets[1].DisplayGridlines := not(Workbook.Sheets[1].DisplayGridlines); Copyright © 2010-2026 losLab Software