Spread.Sheets Documentation
name Method
The theme name.
Gets or sets the name of the theme.
Syntax
var instance = new GC.Spread.Sheets.Theme(name, colorScheme, headerFont, bodyFont);
var returnValue; // Type: any
returnValue = instance.name(value);
function name( 
   value : string
) : any;

Parameters

value
The theme name.

Return Value

If no value is set, returns the theme name; otherwise, returns the theme.
See Also

Reference

Theme class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.