Version

Search Results

CellFillGradientStop Constructor(Color,Double)

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 ...

CellFillGradientStop Constructor(WorkbookColorInfo,Double)

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 ...

CellFillGradient Class Members

Public Properties Public Methods

Equals Method (CellFillGradient)

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.

GetHashCode Method (CellFillGradient)

Gets the hash code for the CellFillGradient. Syntax Return Value A number which can be used to hash this instance.

Stops Property

Gets the read-only collection of gradient stops which describe the color transitions and their positions within the gradient. Syntax

CellFillLinearGradient Class

An immutable object which represents a linear gradient fill for a cell. Syntax