Aspose::Cells::ColorType enum

ColorType enum

Represents all color type.

enum class ColorType

Values

NameValueDescription
Automatic0
Automatic color.
AutomaticIndex1
It’s automatic color,but the displayed color depends the setting of the OS System.
RGB2
The RGB color.
IndexedColor3
The color index in the color palette.
Theme4
The theme color.

See Also