var instance = new GC.Spread.Sheets.Worksheet(name); var returnValue; // Type: any returnValue = instance.tag(value);
function tag( value : Object ) : any;
Parameters
- value
- The tag value to set for the current sheet.
Return Value
If no value is set, returns the tag value of the current sheet; otherwise, returns the worksheet.