Spread Windows Forms 12.0 Product Documentation
ColorType Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : ColorType Enumeration
Specifies the color format type.
Syntax
'Declaration
 
Public Enum ColorType 
   Inherits System.Enum
'Usage
 
Dim instance As ColorType
public enum ColorType : System.Enum 
Members
MemberDescription
ARGBThe ARGB format which stands for alpha, red, green and blue.
AutoThe automatic color that is determined by application.
IndexThe system-defined indexed color format.
ThemeThe system-defined theme color format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.ColorType

See Also

Reference

GrapeCity.Spreadsheet Namespace