SpreadJS Documentation
GC.Spread.Sheets.Comments Namespace / CommentManager type / get Method
The row index of the cell.
The column index of the cell.
In This Topic
    get Method
    In This Topic
    Gets the comment in the cell with the indicated row and column.
    Syntax
    var instance = new GC.Spread.Sheets.Comments.CommentManager(sheet);
    var value; // Type: Comment
    value = instance.get(row, col);
    function get( 
       row : number,
       col : number
    ) : Comment;

    Parameters

    row
    The row index of the cell.
    col
    The column index of the cell.

    Return Value

    The comment in the indicated cell.
    See Also