GridCommentCollection.RemoveAt
RemoveAt(string)
Removes the comment of the specific cell.
public void RemoveAt(string cellName)
Parameter | Type | Description |
---|---|---|
cellName | String | The name of cell which contains a comment. |
See Also
- class GridCommentCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
RemoveAt(int, int)
Removes the comment of the specific cell.
public void RemoveAt(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | The row index. |
column | Int32 | the column index. |
See Also
- class GridCommentCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop