Version

WorkbookThemeColorType Enumeration

Represents the various theme colors in a workbook.
Syntax
'Declaration
 
Public Enum WorkbookThemeColorType 
   Inherits System.Enum
public enum WorkbookThemeColorType : System.Enum 
Members
MemberDescription
Accent1Represents the Accent 1 theme color.
Accent2Represents the Accent 2 theme color.
Accent3Represents the Accent 3 theme color.
Accent4Represents the Accent 4 theme color.
Accent5Represents the Accent 5 theme color.
Accent6Represents the Accent 6 theme color.
Dark1Represents the Text/Background - Dark 1 theme color.
Dark2Represents the Text/Background - Dark 2 theme color.
FollowedHyperlinkRepresents the Followed Hyperlink theme color.
HyperlinkRepresents the Hyperlink theme color.
Light1Represents the Text/Background - Light 1 theme color.
Light2Represents the Text/Background - Light 2 theme color.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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