How can I convert cell.tag() function in spreadjs10?

Posted by: arnoldbendaa on 2 November 2017, 1:59 am EST

    • Post Options:
    • Link

    Posted 2 November 2017, 1:59 am EST

    Hello

    this is my code.```

    var cellTag = activeSheet.getCell(d, c).tag();

    By the way the cellTag variable is undefined .
    How can I convert the tag() function?
    Thanks.
  • Posted 2 November 2017, 4:21 pm EST

    Hello,

    Here is the code to set tag in latest version of SpreadJS V10:-

    activeSheet.setTag(1,1,"test");
    alert(activeSheet.getTag(1,1,GC.Spread.Sheets.SheetArea.viewport));
    
    

    http://help.grapecity.com/spread/SpreadSheets10/webframe.html#tag.html

    Hope it helps.

    Thanks,

    Reeva

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels