fixed3D

Type: Boolean

Availability: Read or write at any time

The fixed3D property of the JadeTableSheet class specifies whether a three-dimensional (3D) button image is painted on the cells in the fixed area of the sheet referenced by this object.

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

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

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