Workbook.CustomTheme
Workbook.CustomTheme method
Customs the theme.
public void CustomTheme(string themeName, Color[] colors)
Parameter | Type | Description |
---|---|---|
themeName | String | The theme name |
colors | Color[] | The theme colors |
Remarks
The length of colors should be 12.
Array index | Theme type |
---|---|
0 | Backgournd1 |
1 | Text1 |
2 | Backgournd2 |
3 | Text2 |
4 | Accent1 |
5 | Accent2 |
6 | Accent3 |
7 | Accent4 |
8 | Accent5 |
9 | Accent6 |
10 | Hyperlink |
11 | Followed Hyperlink |
See Also
- class Workbook
- namespace Aspose.Cells
- assembly Aspose.Cells