Creates a new CellFillGradientStop instance. Syntax Parameters color The color transition for the gradient stop.offset The position in the gradient of the color transition for the gradient stop, ranging from 0.0 to 1.0. Exceptions Exception Description System.ArgumentOutOfRangeException offset is less than 0.0 or ...
Creates a new CellFillGradientStop instance. Syntax Parameters colorInfo The WorkbookColorInfo describing the color transition for the gradient stop.offset The position in the gradient of the color transition for the gradient stop, ranging from 0.0 to 1.0. Exceptions Exception Description System.ArgumentException ...
Overload List
Public Properties Public Methods
Public Methods
Public Properties
Determines whether the CellFillGradient 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 CellFillGradient. Syntax Return Value A number which can be used to hash this instance.
Gets the read-only collection of gradient stops which describe the color transitions and their positions within the gradient. Syntax
An immutable object which represents a linear gradient fill for a cell. Syntax