Layer.CellsC Property
Visio Automation Reference |
Returns a Cell object that represents a ShapeSheet cell in a row in the Layers section. Read-only.
Version Information
Version Added: Visio 4.0
Syntax
expression.CellsC(Column)
expression An expression that returns a Layer object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Column | Required | Integer | The cell index of the cell to get. |
Return Value
Cell
Remarks
The following constants for the cell index are declared by the Microsoft Office 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 |
See Also