Version

Search Results

CreateRectangularGradientFill(Double,Double,Double,Double,CellFillGradientStop[]) Method

Creates a rectangular gradient that can be applied to a cells fill. Syntax Parameters left The left edge of the inner rectangle of the gradient, ranging from 0.0 (the left of the cell) to 1.0 (the right of the cell).top The top edge of the inner rectangle of the gradient, ranging from 0.0 (the top of the cell) to ...

CreateRectangularGradientFill(Double,Double,Double,Double,Color,Color) Method

Creates a rectangular gradient that can be applied to a cells fill. Syntax Parameters left The left edge of the inner rectangle of the gradient, ranging from 0.0 (the left of the cell) to 1.0 (the right of the cell).top The top edge of the inner rectangle of the gradient, ranging from 0.0 (the top of the cell) to ...

CreateRectangularGradientFill(Double,Double,Double,Double,WorkbookColorInfo,WorkbookColorInfo) Method

Creates a rectangular gradient that can be applied to a cells fill. Syntax Parameters left The left edge of the inner rectangle of the gradient, ranging from 0.0 (the left of the cell) to 1.0 (the right of the cell).top The top edge of the inner rectangle of the gradient, ranging from 0.0 (the top of the cell) to ...

CreateRectangularGradientFill(WorkbookColorInfo,WorkbookColorInfo) Method

Creates a rectangular gradient that can be applied to a cells fill. Syntax Parameters colorInfo1 A WorkbookColorInfo which describes the color at the inner rectangle (cell center) of the gradient.colorInfo2 A WorkbookColorInfo which describes the color at the outer rectangle (cell edges) of the gradient. Exception...

CreateRectangularGradientFill Method

Creates a rectangular gradient that can be applied to a cells fill. Overload List

CreateSolidFill(Color) Method

Creates a solid color fill that can be applied to a cell. Syntax Parameters solidColor The solid color of the fill. Exceptions Exception Description System.ArgumentException solidColor is the empty color or has a non-opaque alpha channel.

CreateSolidFill(WorkbookColorInfo) Method

Creates a solid color fill that can be applied to a cell. Syntax Parameters solidColorInfo A WorkbookColorInfo which describes the solid color of the fill.

CreateSolidFill Method

Creates a solid color fill that can be applied to a cell. Overload List

NoColor Property

Gets the default cell fill, which is no background color. Syntax

CellReferenceMode Enumeration

Represents the various ways cells can be referenced in a formula. Syntax Members Member Description A1 Cells are referenced by first specifying characters representing the column and a one-based number specifying the row (R54 or CA56). The dollar sign ($) can preface one or both identifiers to make them absolute r...