SpreadJS Documentation
tag Method
The tag value.
Gets or sets the tag for the cell.
Syntax
var instance = new GcSpread.Sheets.Cell(sheet, row, col, 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 adds a cell tag.
activeSheet.getCell(1,1).tag("cell tag");
See Also

Reference

Cell type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.