NoShow Cell (Geometry Section)
Indicates whether a path is displayed on the drawing page.
Value | Description |
---|---|
TRUE |
The stroke and fill of the path represented by the section is hidden. |
FALSE |
The stroke and fill of the path is shown. |
Remarks
To get a reference to the NoShow cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
Geometry i .NoShow where i = <1>, 2, 3... |
To get a reference to the NoShow cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionFirstComponent + i where i = 0, 1, 2... |
Row index: |
visRowComponent |
Cell index: |
visCompNoShow |