NoFill cell (Geometry section)

Microsoft Office ShapeSheet

NoFill cell (Geometry section)

See also       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