gridLines

Type: Boolean

Availability: Read or write at any time

The gridLines property of the JadeTableSheet class specifies whether lines are drawn between the rows and columns of the sheet referenced by this object.

For a description of this property, see the Table control gridLines property.

The code fragment in the following example shows the use of the gridLines property.

table1.accessSheet(2).gridLines := false;