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

Inheritance

constructor

public CellFillGradientStop(Color color, double offset)

Returns CellFillGradientStop

constructor

public CellFillGradientStop(WorkbookColorInfo colorInfo, double offset)

Returns CellFillGradientStop

Gets the describing the color transition for the gradient stop.

public WorkbookColorInfo ColorInfo { get; }

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; }

Determines whether the is equal to the specified object.

public override bool Equals(object obj)

Parameters

  • obj: object

Returns any

Gets the hash code for the .

public override int GetHashCode()

Returns any