'Declaration
Public Enum ColorSchemeIndex Inherits System.Enum
'Usage
Dim instance As ColorSchemeIndex
public enum ColorSchemeIndex : System.Enum
'Declaration
Public Enum ColorSchemeIndex Inherits System.Enum
'Usage
Dim instance As ColorSchemeIndex
public enum ColorSchemeIndex : System.Enum
Member | Description |
---|---|
Accent1 | Specifies the "Accent1" theme color which defaults to pale blue in the default "Office" color scheme. |
Accent2 | Specifies the "Accent2" theme color which defaults to pale red in the default "Office" color scheme. |
Accent3 | Specifies the "Accent3" theme color which defaults to pale olive green in the default "Office" color scheme. |
Accent4 | Specifies the "Accent4" theme color which defaults to pale purple in the default "Office" color scheme. |
Accent5 | Specifies the "Accent5" theme color which defaults to pale aqua in the default "Office" color scheme. |
Accent6 | Specifies the "Accent6" theme color which defaults to pale orange in the default "Office" color scheme. |
Background1 | Specifies the "Background 1" theme color which is also referred to as "Light1" and defaults to System.Drawing.SystemColors.Window in the default "Office" color scheme. |
Background2 | Specifies the "Background 2" theme color which is also referred to as "Light2" and defaults to tan in the default "Office" color scheme. |
FollowedHyperlink | Specifies the "FollowedHyperlink" theme color. |
Hyperlink | Specifies the "Hyperlink" theme color. |
None | Specifies that the represented color is not a theme color. |
Text1 | Specifies the "Text 1" theme color which is also referred to as "Dark1" and defaults to System.Drawing.SystemColors.WindowText in the default "Office" color scheme. |
Text2 | Specifies the "Text 2" theme color which is also referred to as "Dark2" and defaults to dark blue in the default "Office" color scheme. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.Themes.ColorSchemeIndex
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2