ASPxClientSpreadsheet.GetCellComment(colModelIndex, rowModelIndex) Method
In This Article
Returns the comment associated with the specified data cell.
#Declaration
TypeScript
GetCellComment(
colModelIndex: number,
rowModelIndex: number
): any
#Parameters
Name | Type | Description |
---|---|---|
col |
number | The data cell’s column index. |
row |
number | The data cell’s row index. |
#Returns
Type | Description |
---|---|
any | An object representing the specified cell’s comment. |
See Also