Abstract base class for the fill of a shape.

Inheritance

object

Classes that extend this class.

Derived Classes

constructor

protected ShapeFill()

Returns ShapeFill

Creates an instance to describe a solid fill outline.

public static ShapeFill FromColor(Color solidColor)

Parameters

  • solidColor: Color

Returns any

Creates an instance to describe a solid fill outline.

public static ShapeFill FromColorInfo(WorkbookColorInfo solidColorInfo)

Parameters

  • solidColorInfo: WorkbookColorInfo

Returns any