Immutable class which describes a color transition in a cell fill gradient.
Constructors
Section titled "Constructors"CellFillGradientStop
new CellFillGradientStop(color: any, offset: number): CellFillGradientStop Returns CellFillGradientStop
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"colorInfo
Section titled "colorInfo"Gets the [[WorkbookColorInfo]] describing the color transition for the gradient stop.
get colorInfo(): WorkbookColorInfo Returns WorkbookColorInfo
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.
get offset(): number Returns number
Methods
Section titled "Methods"equals
Section titled "equals"Determines whether the [[CellFillGradientStop]] is equal to the specified object.
equals(obj: any): boolean Parameters
- obj:
anyThe object to test for equality.
Returns boolean
getHashCode
Section titled "getHashCode"Gets the hash code for the [[CellFillGradientStop]].
getHashCode(): number