SpreadJS Documentation
tag Method
The tag value.
Gets or sets the tag for the row.
Syntax
var instance = new GcSpread.Sheets.Row(sheet, index, sheetArea);
var returnValue; // Type: Object
returnValue = instance.tag(value);
function tag( 
   value : Object
) : Object;

Parameters

value
The tag value.

Return Value

The tag value.
Example
This example sets and gets a row tag.
activeSheet.getRow(1).tag("row tag");
alert(activeSheet.getTag(1,-1,GcSpread.Sheets.SheetArea.viewport));
See Also

Reference

Row type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.