Visible cell (Layers section)
Specifies whether shapes belonging to the layer are visible on the drawing page.
Value |
Description |
TRUE |
Shapes are visible. |
FALSE |
Shapes are hidden. |
Remarks
This cell corresponds to the Visible option in the Layer Properties dialog box (click Layer Properties on the View menu).
To reference the Visible cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Layers.Visible[i] |
To reference the Visible cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionLayer |
Row index: |
visRowLayer + i |
Cell index: |
visLayerVisible |