ExcelGradient Class |
Namespace: Spire.Xls
The ExcelGradient type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
BackColor |
Gets or sets the background color of the gradient.
|
|
|
BackColorObject |
Gets the background color object from the gradient.
|
|
|
BackKnownColor |
Gets or sets the background known color of the gradient.
|
|
|
ForeColor |
Gets or sets the foreground color of the gradient.
|
|
|
ForeColorObject |
Gets the foreground color object from the gradient.
|
|
|
ForeKnownColor |
Gets or sets the known color of the foreground in a gradient fill.
|
|
|
GradientStyle |
Gets or sets the gradient style type of the cell.
|
|
|
GradientVariant |
Gets or sets the gradient variant.
|
| Name | Description | |
|---|---|---|
|
|
CompareTo |
Compares with gradient.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
|
|
TwoColorGradient |
Applies a two-color gradient effect to the current graphics object.
|
|
|
TwoColorGradient(GradientStyleType, GradientVariantsType) |
Applies a two-color gradient fill to the current shape.
|