Spread Silverlight Documentation
ExcelColorType Enumeration


GrapeCity.Excel Namespace : ExcelColorType Enumeration
Represents the color type
Syntax
'Declaration
 
Public Enum ExcelColorType 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelColorType
public enum ExcelColorType : System.Enum 
Members
MemberDescription
Auto Indicates the color is an automatic color
Indexed Indicates the color is a indexed color.
RGB Indicates the color is a rgb color
Theme Indicates the color is a theme color
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelColorType

See Also

Reference

GrapeCity.Excel Namespace