Immutable class which describes a color transition in a cell fill gradient.
Inheritance
object
Constructors
Section titled "Constructors"constructor
public CellFillGradientStop(Color color, double offset) Returns CellFillGradientStop
constructor
public CellFillGradientStop(WorkbookColorInfo colorInfo, double offset) Returns CellFillGradientStop
Properties
Section titled "Properties"ColorInfo
Section titled "ColorInfo"Gets the describing the color transition for the gradient stop.
public WorkbookColorInfo ColorInfo { get; } Offset
Section titled "Offset"Gets the position in the gradient of the color transition for the gradient stop, ranging from 0.0 to 1.0.
public double Offset { get; } Methods
Section titled "Methods"Equals(object)
Section titled "Equals(object)"Determines whether the is equal to the specified object.
public override bool Equals(object obj) Parameters
- obj:
object
Returns any
GetHashCode()
Section titled "GetHashCode()"Gets the hash code for the .
public override int GetHashCode()