GradientColorType Enumeration
|
Represents gradient color type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum GradientColorType
Public Enumeration GradientColorType
public enum class GradientColorType
Members
|
|
Member name
|
Value
|
Description
|
|
|
OneColor
|
0
|
Represents one color gradient style.
|
|
|
TwoColor
|
1
|
Represents two color gradinent style.
|
|
|
Preset
|
2
|
Represents preset gradient style.
|
See Also