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:

Value
Cell name:
Geometry i .NoLine where i = <1>, 2, 3...

To get a reference to the NoLine 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:
visCompNoLine