SpreadJS Documentation
getName Method
Gets the name of this sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: string
value = instance.getName();
function getName() : string;

Return Value

The sheet name.
Example
This example returns the name of the active sheet.
var name = activeSheet.getName();
alert(name);
Remarks

See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.