CellsC property
Returns a Cell object that represents a ShapeSheet cell in a layer.
Version added
4.0
Syntax
| |
|
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. |
Remarks
The following constants for the cell index are declared by the Visio type library.
|
Constant |
Value |
|
visLayerName |
0 |
|
visLayerColor |
2 |
|
visLayerStatus |
3 |
|
visLayerVisible |
4 |
|
visLayerPrint |
5 |
|
visLayerActive |
6 |
|
visLayerLock |
7 |
|
visLayerSnap |
8 |
|
visLayerGlue |
9 |
|
visLayerNameUniv |
10 |