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

CellFillGradientStop

new CellFillGradientStop(color: any, offset: number): CellFillGradientStop

Returns CellFillGradientStop

$t: Type

Gets the [[WorkbookColorInfo]] describing the color transition for the gradient stop.

get colorInfo(): WorkbookColorInfo

Returns WorkbookColorInfo

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

Determines whether the [[CellFillGradientStop]] is equal to the specified object.

equals(obj: any): boolean

Parameters

  • obj: any

    The object to test for equality.

Returns boolean

Gets the hash code for the [[CellFillGradientStop]].

getHashCode(): number

Returns number