columns

Type: Integer

Availability: Read or write at run time only

The columns property of the JadeTableSheet class contains the number of columns on the sheet referenced by this object.

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

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

table1.accessSheet(2).columns := 5;