Style3D Property

See Also Applies To Example Model

Sets or returns the 3D border appearance. Read/write VbtCellStyle.

Remarks

A Cell must be visible to be affected by the Style3D property setting.

Example

The following example sets style for all Cell objects to have a raised appearance.

Cells.Shape.Style3D = vbtRaised
Cells.Show