Xceed Workbooks for .NET v1.4 Documentation
ThemeColorType Enumeration


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : ThemeColorType Enumeration
The available types for the ThemeColor class.
Syntax
'Declaration

 

Public Enum ThemeColorType 

   Inherits System.Enum
'Usage

 

Dim instance As ThemeColorType
public enum ThemeColorType : System.Enum 
Members
MemberDescription
Accent1The ThemeColor that corresponds to the Accent 1 Color in MS Excel.
Accent2The ThemeColor that corresponds to the Accent 2 Color in MS Excel.
Accent3The ThemeColor that corresponds to the Accent 3 Color in MS Excel.
Accent4The ThemeColor that corresponds to the Accent 4 Color in MS Excel.
Accent5The ThemeColor that corresponds to the Accent 5 Color in MS Excel.
Accent6The ThemeColor that corresponds to the Accent 6 Color in MS Excel.
Background1The ThemeColor that corresponds to the Text/Background - Dark 1 Color in MS Excel.
Background2The ThemeColor that corresponds to the Text/Background - Dark 2 Color in MS Excel.
FollowedHyperlinkThe ThemeColor that corresponds to the FollowedHyperlink Color in MS Excel.
HyperlinkThe ThemeColor that corresponds to the Hyperlink Color in MS Excel.
Text1The ThemeColor that corresponds to the Text/Background - Light 1 Color in MS Excel.
Text2The ThemeColor that corresponds to the Text/Background - Light 2 Color in MS Excel.
Remarks

These types correspond to those presented in the Theme colors section of the Create New Theme Colors window in MS Excel.

They are used to customize the Colors used by a Theme.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Workbooks.NET.ThemeColorType

Requirements

Target Platforms: Windows 11, Windows 10, 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

See Also

Reference

Xceed.Workbooks.NET Namespace