Click or drag to resize

ExcelCellFillGradient Class

Represents a gradient fill options for a cell or range.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelCellFillGradient

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelCellFillGradient

The ExcelCellFillGradient type exposes the following members.

Properties
  NameDescription
Public propertyColor1
Gets or sets the first color of the gradient
Public propertyColor1Index
Gets or sets the index in Excel palette of first color of the gradient
Public propertyColor2
Gets or sets the second color of the gradient
Public propertyColor2Index
Gets or sets the index in Excel palette of second color of the gradient
Public propertyDirection
Gets or sets gradient direction.
Public propertyVariant
Gets or sets the variant for a gradient direction.
Top
See Also