SpreadJS Documentation
name Method
The theme name.
Gets or sets the name of the current theme.
Syntax
var instance = new GcSpread.Sheets.SpreadTheme(name, themeColor, headingFont, bodyFont);
var returnValue; // Type: Object
returnValue = instance.name(value);
function name( 
   value : string
) : Object;

Parameters

value
The theme name.

Return Value

The theme name.
See Also

Reference

SpreadTheme class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.