HotXLS dokumentacija

GridlineColorIndex GridlineColorIndex: Integer;

property

property

GridlineColorIndex: Integer; The value is saved in the worksheet Window2

The value is saved in the worksheet Window2

field. The default value is 64, which tells Excel to use the default window foreground color. When a custom index is saved, HotXLS clears the Window2 icvHdr flag so Excel uses the stored color. This GridlineColorIndex: Integer; controls only the displayed gridline color; use DisplayGridLines to show or hide gridlines and PageSetup.PrintGridlines to control printed gridlines fDefaultHdr This example sets the displayed gridline color index in the first sheet

This example sets the displayed gridline color index in the first sheet

Workbook.Sheets[

Workbook.Sheets[1].GridlineColorIndex := 23;