HotXLS Belgeleri
İçindekiler
Ana sayfa
Genel bakış
TGridToXLS
IXLSWorkbook
Ana sayfa
İçindekiler
Genel bakış
DisplayGridLines özellik
True if gridlines are displayed. Read/write Boolean
Sözdizimi
property DisplayGridLines: boolean;
Açıklama
This property affects only displayed gridlines. Use the PageSetup.PrintGridlines property to control the printing of gridlines
Örnek
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