ExcelGradientColors Enumeration |
Represents the colors mode of a gradient
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelGradientColors
Public Enumeration ExcelGradientColors
Members| Member name | Value | Description |
|---|
| OneColor | 0 |
One color gradient.
|
| TwoColors | 1 |
Two colors gradient.
|
| Preset | 2 |
Preset gradient. Not implemented.
|
See Also