constants DisplayColorEnum
The DisplayColorEnum type defines how the properties of color type are displayed.  Use the DisplayColorEnum property to specify how the properties of color type are displayed.

NameValueDescription
exDefault0 Displays the property of color type as hexa like &H00FF0000&
exRGB1 Displays the property of color type using RGB values, like RGB(255,0,0)