GridCommentCollection.Add
Contents
[
Hide
]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
Comment object index.
See Also
- class GridCommentCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
Add(string)
Adds a comment to the collection.
public int Add(string cellName)
Parameter | Type | Description |
---|---|---|
cellName | String | Cell name. |
Return Value
Comment object index.
See Also
- class GridCommentCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
Add(string, string)
Adds a comment to a specified cell by cell name.
public void Add(string cellName, string text)
Parameter | Type | Description |
---|---|---|
cellName | String | Name of grid cell. |
text | String | Text of comment. |
See Also
- class GridCommentCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
Add(int, int, string)
public void Add(int row, int column, string text)
See Also
- class GridCommentCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop