Public Methods
Public Properties
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...
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...
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...
Creates a linear gradient that can be applied to a cells fill. Overload List
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 ...
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...
Creates a solid color or pattern fill that can be applied to a cell. Overload List
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...