GridCommentCollection.Remove

GridCommentCollection.Remove method

Removes the comment at the specified row column index of the cell.

public void Remove(int row, int col)
ParameterTypeDescription
rowInt32Row index of cell.
colInt32Column index of cell.

See Also