Version

Search Results

CellFill Class

Abstract base class for the fill of a cell. Syntax

CellFillGradient Class

Abstract base class for a gradient fill of a cell. Syntax

CellFillGradientStop Class

Immutable class which describes a color transition in a cell fill gradient. Syntax

CellFillGradientStop Class Members

Public Constructors Public Properties Public Methods

ColorInfo Property (CellFillGradientStop)

Gets the WorkbookColorInfo describing the color transition for the gradient stop. Syntax

Equals Method (CellFillGradientStop)

Determines whether the CellFillGradientStop is equal to the specified object. Syntax Parameters obj The object to test for equality. Return Value True if the object is equal to this instance; False otherwise.

GetHashCode Method (CellFillGradientStop)

Gets the hash code for the CellFillGradientStop. Syntax Return Value A number which can be used to hash this instance.

Offset Property (CellFillGradientStop)

Gets the position in the gradient of the color transition for the gradient stop, ranging from 0.0 to 1.0. Syntax Remarks When used in a CellFillLinearGradient, a value of 0.0 is at the beginning of the gradient and 1.0 is at the end of the gradient. When used in a CellFillRectangularGradient, a value of 0.0 is at ...