CellShape Object

See Also Properties Methods Events Model
World
Cells
Cell
CellShape

Exposes functionality for modifying the Cell object's appearance.

Using the CellShape Object

The CellShape object is used to modify the appearance of a Cell object.

Each Cell object has its own CellShape object.

The Style3D property is the default property for this object.

Example

The following example accesses the CellShape object via the Shape Property of a Region object to change the appearance of the member Cell objects.

With RaisedCellRegion.Shape
     .Style3D = vbtRaised
     .Color = vbtLightYellow
End With
RaisedCellRegion.Show