Skip to main content
A newer version of this page is available. .

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

An integer value specifying the data cell’s column index.

rowModelIndex number

An integer value specifying the data cell’s row index.

Returns

Type Description
any

An object representing the specified cell’s comment.

See Also