Spread.Sheets Documentation
name Field
GC.Spread.Sheets Namespace > Workbook type : name Field
Represents the name of the Spread control.
Syntax
var instance = new GC.Spread.Sheets.Workbook(host);
var value; // Type: string
value = instance.name;
var name : string;
Example
This example uses the name property.
spread.name = "Spread1";
See Also

Reference

Workbook type