NoLine Cell (Geometry Section)
Determines whether a line is drawn around the boundary of the path.
Value |
Description |
---|---|
TRUE |
A line is not drawn around the boundary of the path that is the boundary of a filled region. |
FALSE |
A line is drawn around the boundary of a path. |
Remarks
When you change the color of a line to white, the line still exists even though you can't see it on a white background. When you set the value of this cell to TRUE, no line is drawn.
To get a reference to the NoLine cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Geometryi.NoLine |
To get a reference to the NoLine cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionFirstComponent + i |
Row index: |
visRowComponent |
Cell index: |
visCompNoLine |