GcSpread.Sheets Namespace > Cell type : tag Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: Object returnValue = instance.tag(value);
function tag( value : Object ) : Object;
activeSheet.getCell(1,1).tag("cell tag");