SpreadJS Documentation
tag Method
The tag value to set for the current sheet.
Gets or sets the tag value for the current sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var returnValue; // Type: Object
returnValue = instance.tag(value);
function tag( 
   value : Object
) : Object;

Parameters

value
The tag value to set for the current sheet.

Return Value

Returns the tag value of the current sheet.
Example
This example sets the sheet tag.
activeSheet.tag("test");
alert(activeSheet.tag());
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.