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 ...
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 ...
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 ...
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...
Creates a rectangular gradient that can be applied to a cells fill. Overload List
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.
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.
Creates a solid color fill that can be applied to a cell. Overload List
Gets the default cell fill, which is no background color. Syntax
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...