Invisible Cell (Shape Data Section)
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
Specifies whether the shape data item is visible in the Shape Data window.
|
Value |
Description |
|---|---|
|
TRUE |
Shape data item is not visible. |
|
FALSE |
Shape data item is visible. |
The value in this cell corresponds to the Hidden check box in the Define Shape Data dialog box (right-click the shape, point to Data, and then click Define Shape Data).
To get a reference to the Invisible cell by name from another formula, or from a program using the CellsU property, use:
|
Cell name: |
Prop.name.Invisible where Prop.name is the row name |
To get a reference to the Invisible cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionProp |
|
Row index: |
visRowProp + i where i = 0, 1, 2... |
|
Cell index: |
visCustPropsInvis |