scrollBars

Type: Integer

Availability: Read or write at any time

The scrollBars property of the JadeTableSheet class determines whether the sheet referenced by this object has horizontal or vertical scroll bars.

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

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

table1.accessSheet(2).scrollBars := ScrollBars_None;