Type: Integer
Availability: Read or write at any time
The gridColor property of the JadeTableSheet class contains the color of grid lines in the sheet referenced by this object.
For a description of this property, see the
The code fragment in the following example shows the use of the gridColor property.
table1.accessSheet(2).gridColor := Red;