Skip to main content

ASPxClientSpreadsheet.GetCellComment(colModelIndex, rowModelIndex) Method

Returns the comment associated with the specified data cell.

Declaration

GetCellComment(
    colModelIndex: number,
    rowModelIndex: number
): any

Parameters

Name Type Description
colModelIndex number

The data cell’s column index.

rowModelIndex number

The data cell’s row index.

Returns

Type Description
any

An object representing the specified cell’s comment.

See Also