Workbook.CustomTheme

Workbook.CustomTheme method

Customs the theme.

public void CustomTheme(string themeName, Color[] colors)
ParameterTypeDescription
themeNameStringThe theme name
colorsColor[]The theme colors

Remarks

The length of colors should be 12.

Array indexTheme type
0Backgournd1
1Text1
2Backgournd2
3Text2
4Accent1
5Accent2
6Accent3
7Accent4
8Accent5
9Accent6
10Hyperlink
11Followed Hyperlink

See Also