var instance = new GC.Spread.Sheets.ThemeColors();
function ThemeColors;
var instance = new GC.Spread.Sheets.ThemeColors();
function ThemeColors;
//This example creates a custom theme. var custom = new GC.Spread.Sheets.Theme("CustomTheme"); custom.colors().accent1("red"); custom.colors().accent6("green"); custom.colors().textColor1("orange"); activeSheet.currentTheme(custom); activeSheet.getCell(0, 0).backColor("accent 1"); activeSheet.getCell(1, 0).backColor("accent 1 30");
Object
GC.Spread.Sheets.ThemeColors
Name | Description | |
---|---|---|
ThemeColors Constructor | Represents the theme color of built-in themes. |
Name | Description | |
---|---|---|
Apex | The theme color of the Apex theme. | |
Aspect | The theme color of the Aspect theme. | |
Civic | The theme color of the Civic theme. | |
Concourse | The theme color of the Concourse theme. | |
Default | The theme color of the Default theme. | |
Equity | The theme color of the Equity theme. | |
Flow | The theme color of the Flow theme. | |
Foundry | The theme color of the Foundry theme. | |
Median | The theme color of the Median theme. | |
Metro | The theme color of the Metro theme. | |
Module | The theme color of the Module theme. | |
Office | The theme color of the Office theme. | |
Office2007 | The theme color of the Office 2007 theme. | |
Opulent | The theme color of the Opulent theme. | |
Oriel | The theme color of the Oriel theme. | |
Origin | The theme color of the Origin theme. | |
Paper | The theme color of the Paper theme. | |
Solstice | The theme color of the Solstice theme. | |
Technic | The theme color of the Technic theme. | |
Trek | The theme color of the Trek theme. | |
Urban | The theme color of the Urban theme. | |
Verve | The theme color of the Verve theme. |