Named theme color slots used to supply consistent palette values across a workbook.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
C#
public enum SpreadThemeColorType
Fields
Accent color 1.
C#
Accent1 = 4
Accent color 2.
C#
Accent2 = 5
Accent color 3.
C#
Accent3 = 6
Accent color 4.
C#
Accent4 = 7
Accent color 5.
C#
Accent5 = 8
Accent color 6.
C#
Accent6 = 9
Primary dark text color (Dark1).
C#
Dark1 = 1
Secondary dark text color (Dark2).
C#
Dark2 = 3
Visited hyperlink foreground color.
C#
FollowedHyperlink = 11
Hyperlink foreground color.
C#
Hyperlink = 10
Primary light background color (Light1).
C#
Light1 = 0
Secondary light background color (Light2).
C#
Light2 = 2