Version

Search Results

ShapeFillSolid Constructor()

Creates a new ShapeFillSolid instance. Syntax

ShapeFillSolid Constructor(Color)

Creates a new ShapeFillSolid instance. Syntax Parameters color The color of the fill.

ShapeFillSolid Constructor(WorkbookColorInfo)

Creates a new ShapeFillSolid instance. Syntax Parameters colorInfo The WorkbookColorInfo describing the color of the fill.

ShapeFill Class Members

Public Methods

ShapeFill Class Methods

Public Methods

FromColor Method (ShapeFill)

Creates an instance to describe a solid fill outline. Syntax Parameters solidColor The color of the fill to create. Return Value A ShapeFillSolid instance with the specified color.

FromColorInfo Method (ShapeFill)

Creates an instance to describe a solid fill outline. Syntax Parameters solidColorInfo The WorkbookColorInfo describing the color of the fill to create. Return Value A ShapeFillSolid instance with the specified color.

ShapeOutline Class

Abstract base class for the outline of a shape. Syntax

ShapeOutlineSolid Class

Represents a shape outline with a solid color. Syntax