NoLine cell (Geometry section)

Microsoft Office ShapeSheet

NoLine cell (Geometry section)

See also       Rows

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 reference the NoLine cell by name from another formula, or from a program using the Cells property, use:

Cell name:

Geometryi.NoLine
where i = <1>, 2, 3…

To reference the NoLine cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionFirstComponent + i
where i = 0, 1, 2…

Row index:

visRowComponent

Cell index:

visCompNoLine