TdxSpreadSheetOptionsView.GridLineColor Property
Specifies a color of gridlines displayed in all Table View worksheets.
Declaration
property GridLineColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
Gridlines visually separate individual cells in a worksheet. The Spreadsheet and Report Designer controls use the GridLineColor property value to paint all their gridlines.
Note
To hide or display gridlines in worksheets, use the GridLines property.
The default value of the GridLineColor property is clDefault.
See Also