ExcelCellFillGradient Class

Represents a gradient fill options for a cell or range.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelCellFillGradient
Inheritance
Object    ExcelCellFillGradient

Properties

Color1 Gets or sets the first color of the gradient
Color1Index Gets or sets the index in Excel palette of first color of the gradient
Color2 Gets or sets the second color of the gradient
Color2Index Gets or sets the index in Excel palette of second color of the gradient
Direction Gets or sets gradient direction.
Variant Gets or sets the variant for a gradient direction.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also