SpreadJS Documentation
SpreadTheme Constructor
The name of the theme.
The base colors of the theme color.
The name of the heading font.
The name of the body font.
Represents an expression with a named variable as the expression.
Syntax
var instance = new GcSpread.Sheets.SpreadTheme(name, themeColor, headingFont, bodyFont);
function SpreadTheme( 
   name : string,
   themeColor : ThemeColor,
   headingFont : string,
   bodyFont : string
) : SpreadTheme;

Parameters

name
The name of the theme.
themeColor
The base colors of the theme color.
headingFont
The name of the heading font.
bodyFont
The name of the body font.
See Also

Reference

SpreadTheme class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.