GcSpread.Sheets Namespace : SpreadTheme class |
var instance = new GcSpread.Sheets.SpreadTheme(name, themeColor, headingFont, bodyFont);
function SpreadTheme;
var custom = new GcSpread.Sheets.SpreadTheme("Custom"); custom.colors().accent1("red"); custom.colors().accent6("green"); sheet.currentTheme(custom);
Object
GcSpread.Sheets.SpreadTheme
Name | Description | |
---|---|---|
SpreadTheme Constructor | Represents an expression with a named variable as the expression. |
Name | Description | |
---|---|---|
bodyFont | Gets or sets the body font. | |
colors | Gets or sets the base colors of the theme. | |
headerFont | Gets or sets the heading font. | |
name | Gets or sets the name of the current theme. |