Click or drag to resize

IGradient Interface

Interface used to get gradient XlsFill effects.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IGradient

The IGradient type exposes the following members.

Properties
Name Description
Public property BackColor
Represents background color.
Public property BackColorObject
Represents background color.
Public property BackKnownColor
Represents background color index.
Public property ForeColor
Represents foreground color.
Public property ForeColorObject
Represents foreground color.
Public property ForeKnownColor
Represents foreground color index.
Public property GradientStyle
Represents gradient shading style.
Public property GradientVariant
Represents gradient shading variant.
Top
Methods
Name Description
Public method CompareTo
Compares with gradient.
Public method TwoColorGradient
Sets the specified XlsFill to a two-color gradient.
Public method TwoColorGradient(GradientStyleType, GradientVariantsType)
Sets the specified XlsFill to a two-color gradient.
Top
See Also