Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.