SpreadJS Documentation
tag Method
The tag value.
Gets or sets the tag for the column.
Syntax
var instance = new GcSpread.Sheets.Column(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 column tag.
activeSheet.getColumn(1).tag("column tag");
alert(activeSheet.getTag(-1,1,GcSpread.Sheets.SheetArea.viewport));
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.