Abstract base class for the fill of a cell. Syntax
Abstract base class for a gradient fill of a cell. Syntax
Immutable class which describes a color transition in a cell fill gradient. Syntax
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Gets the WorkbookColorInfo describing the color transition for the gradient stop. Syntax
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.
Gets the hash code for the CellFillGradientStop. Syntax Return Value A number which can be used to hash this instance.
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 ...