SpreadJS Documentation
name Field
Represents the name of the Spread control.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: string
value = instance.name;
var name : string;
Example
This example uses the name property.
spread.name = "Spread1";
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.