表示されているワークシートのグリッド線に使用される従来の XLS カラーインデックスを取得または設定します。読み取り/書き込み Integer
構文
property GridlineColorIndex: Integer;
備考
この例では、1 枚目のシートの表示グリッド線のカラーインデックスを設定します
使用例
This example sets the displayed gridline color index in the first sheet
Workbook.Sheets[1].GridlineColorIndex := 23;