GridCommentCollection.Add
Add(int, int)
Adds a comment to the collection.
public int Add(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | Cell row index. |
column | Int32 | Cell column index. |
Return Value
GridComment
object index.
See Also
- class GridCommentCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(string)
Adds a comment to the collection.
public int Add(string cellName)
Parameter | Type | Description |
---|---|---|
cellName | String | Cell name. |
Return Value
GridComment
object index.
See Also
- class GridCommentCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb