Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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. |
Remarks
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:
| Value | |
|---|---|
| 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:
| Value | |
|---|---|
| Section index: |
visSectionProp |
| Row index: |
visRowProp + i where i = 0, 1, 2... |
| Cell index: |
visCustPropsInvis |