Documentazione HotXLS

DisplayGridLines proprietà

True if gridlines are displayed. Read/write Boolean

Sintassi

proprietà DisplayGridLines: boolean;

Descrizione

This proprietà affects only displayed gridlines. Usa the PageSetup.PrintGridlines proprietà to control the printing of gridlines

Esempio

This example toggles the display of gridlines in the first sheet

Workbook.Sheets[1].DisplayGridlines := not(Workbook.Sheets[1].DisplayGridlines);