Share via


CellsC Property [Visio 2003 SDK Documentation]

Returns a Cell object that represents a ShapeSheet cell in a row in the Layers section.

objRet = object**.CellsC**(Column)**

objRet     A Cell object that represents the requested cell.

object     Required. An expression that returns a Layer object.

Column     Required Integer. The cell index of the cell to get.

Version added

4.0

Remarks

The following constants for the cell index are declared by the Visio type library in VisCellIndices.

Constant Value

visLayerName

0

visLayerColor

2

visLayerStatus

3

visLayerVisible

4

visLayerPrint

5

visLayerActive

6

visLayerLock

7

visLayerSnap

8

visLayerGlue

9

visLayerNameUniv

10

visLayerColorTrans

11

Applies to | Layer object