Version

Search Results

ShapeOutlineSolid Class Members

Public Constructors Public Properties

ColorInfo Property (ShapeOutlineSolid)

Gets or sets the WorkbookColorInfo describing the color of the outline. Syntax

ShapeOutlineSolid Constructor()

Creates a new ShapeOutlineSolid instance. Syntax

ShapeOutlineSolid Constructor(Color)

Creates a new ShapeOutlineSolid instance. Syntax Parameters color The color of the outline.

ShapeOutlineSolid Constructor(WorkbookColorInfo)

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

FromColor Method (ShapeOutline)

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