GcSpread.Sheets Namespace > Column type : tag Method |
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea); var returnValue; // Type: Object returnValue = instance.tag(value);
function tag( value : Object ) : Object;
activeSheet.getColumn(1).tag("column tag");
alert(activeSheet.getTag(-1,1,GcSpread.Sheets.SheetArea.viewport));