Spread.Sheets Documentation
get Method
The row index of the cell.
The column index of the cell.
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

Reference

CommentManager type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.