Version

Search Results

CellFill Class Methods

Public Methods

CellFill Class Properties

Public Properties

CreateLinearGradientFill(Double,CellFillGradientStop[]) Method

Creates a linear gradient that can be applied to a cells fill. Syntax Parameters angle The angle, in degrees, of the direction of the linear gradient, going clockwise from the left-to-right direction.stops Two or more gradient stops which describe the color transitions and their positions within the gradient. Exce...

CreateLinearGradientFill(Double,Color,Color) Method

Creates a linear gradient that can be applied to a cells fill. Syntax Parameters angle The angle, in degrees, of the direction of the linear gradient, going clockwise from the left-to-right direction.color1 The color at the start of the gradient.color2 The color at the end of the gradient. Exceptions Exception Des...

CreateLinearGradientFill(Double,WorkbookColorInfo,WorkbookColorInfo) Method

Creates a linear gradient that can be applied to a cells fill. Syntax Parameters angle The angle, in degrees, of the direction of the linear gradient, going clockwise from the left-to-right direction.colorInfo1 A WorkbookColorInfo which describes the color at the start of the gradient.colorInfo2 A WorkbookColorInf...

CreateLinearGradientFill Method

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

CreatePatternFill(Color,Color,FillPatternStyle) Method

Creates a solid color or pattern fill that can be applied to a cell. Syntax Parameters backgroundColor The background color of the cell, which will only be seen if the patternStyle is not None.patternColor The pattern color of the cell, which will only be seen if the patternStyle is not None or Solid.patternStyle ...

CreatePatternFill(WorkbookColorInfo,WorkbookColorInfo,FillPatternStyle) Method

Creates a solid color or pattern fill that can be applied to a cell. Syntax Parameters backgroundColorInfo A WorkbookColorInfo which describes the background color of the cell, which will only be seen if the patternStyle is not None.patternColorInfo A WorkbookColorInfo which describes the pattern color of the cell...

CreatePatternFill Method

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

CreateRectangularGradientFill(Color,Color) Method

Creates a rectangular gradient that can be applied to a cells fill. Syntax Parameters color1 The color at the inner rectangle (cell center) of the gradient.color2 The color at the outer rectangle (cell edges) of the gradient. Exceptions Exception Description System.ArgumentException color1 or color2 are empty or s...