NoFill cell (Geometry section)

NoFill cell (Geometry section)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Section         Rows

Indicates whether a path can be filled.

Value

Description

TRUE

The path is not filled even if other paths in the shape are filled.

FALSE

The shape's fill applies to the path, even if it isn't closed.

Remarks

If you set a shape's fill pattern to none (0), none of its paths are filled. This cell is used to turn the fill off selectively for a path within a shape.

To reference the NoFill cell by name from another formula, or from a program using the Cells property, use:

Cell name:

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

To reference the NoFill 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:

visCompNoFill