Spread Windows Forms 12.0 Product Documentation
FormatColorEnum Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : FormatColorEnum Enumeration
Represents all formatted color values.
Syntax
'Declaration
 
Public Enum FormatColorEnum 
   Inherits System.Enum
'Usage
 
Dim instance As FormatColorEnum
public enum FormatColorEnum : System.Enum 
Members
MemberDescription
BlackIndicates a system-defined color that has an ARGB value of #FF000000.
BlueIndicates a system-defined color that has an ARGB value of #FF0000FF.
Color1Indicates the indexed color 1.
Color10Indicates the indexed color 10.
Color11Indicates the indexed color 11.
Color12Indicates the indexed color 12.
Color13Indicates the indexed color 13.
Color14Indicates the indexed color 14.
Color15Indicates the indexed color 15.
Color16Indicates the indexed color 16.
Color17Indicates the indexed color 17.
Color18Indicates the indexed color 18.
Color19Indicates the indexed color 19.
Color2Indicates the indexed color 2.
Color20Indicates the indexed color 20.
Color21Indicates the indexed color 21.
Color22Indicates the indexed color 22.
Color23Indicates the indexed color 23.
Color24Indicates the indexed color 24.
Color25Indicates the indexed color 25.
Color26Indicates the indexed color 26.
Color27Indicates the indexed color 27.
Color28Indicates the indexed color 28.
Color29Indicates the indexed color 29.
Color3Indicates the indexed color 3.
Color30Indicates the indexed color 30.
Color31Indicates the indexed color 31.
Color32Indicates the indexed color 32.
Color33Indicates the indexed color 33.
Color34Indicates the indexed color 34.
Color35Indicates the indexed color 35.
Color36Indicates the indexed color 36.
Color37Indicates the indexed color 37.
Color38Indicates the indexed color 38.
Color39Indicates the indexed color 39.
Color4Indicates the indexed color 4.
Color40Indicates the indexed color 40.
Color41Indicates the indexed color 41.
Color42Indicates the indexed color 42.
Color43Indicates the indexed color 43.
Color44Indicates the indexed color 44.
Color45Indicates the indexed color 45.
Color46Indicates the indexed color 46.
Color47Indicates the indexed color 47.
Color48Indicates the indexed color 48.
Color49Indicates the indexed color 49.
Color5Indicates the indexed color 5.
Color50Indicates the indexed color 50.
Color51Indicates the indexed color 51.
Color52Indicates the indexed color 52.
Color53Indicates the indexed color 53.
Color54Indicates the indexed color 54.
Color55Indicates the indexed color 55.
Color56Indicates the indexed color 56.
Color6Indicates the indexed color 6.
Color7Indicates the indexed color 7.
Color8Indicates the indexed color 8.
Color9Indicates the indexed color 9.
CyanIndicates a system-defined color that has an ARGB value of #FF00FFFF.
GreenIndicates a system-defined color that has an ARGB value of #FF008000.
MagentaIndicates a system-defined color that has an ARGB value of #FFFF00FF.
NoneNo color indicated.
RedIndicates a system-defined color that has an ARGB value of #FFFF0000.
WhiteIndicates a system-defined color that has an ARGB value of #FFFFFFFF.
YellowIndicates a system-defined color that has an ARGB value of #FFFFFF00.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.FormatColorEnum

See Also

Reference

GrapeCity.Spreadsheet Namespace