SpreadJS Documentation
GC.Spread.Sheets Namespace / NameInfo type / getComment Method
In This Topic
    getComment Method
    In This Topic
    Gets the comment of the current NameInfo object.
    Syntax
    var instance = new GC.Spread.Sheets.NameInfo(name, expr, row, column, comment);
    var value; // Type: string
    value = instance.getComment();
    function getComment() : string;

    Return Value

    The name of the current NameInfo object.
    See Also

    Reference

    NameInfo type