Color types.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Public Enumeration ColorType
public enum class ColorType
Members
|
|
Member name
|
Value
|
Description
|
|
|
Known
|
0
|
Known color.
|
|
|
RGB
|
1
|
RGB color.
|
|
|
Theme
|
2
|
Theme color.
|
See Also