GridCommentCollection.Item
Contents
[
Hide
]GridCommentCollection indexer (1 of 3)
Gets the GridComment
element at the specified index.
public GridComment this[int index] { get; }
Parameter | Description |
---|---|
index | The zero based index of the element. |
Return Value
The element at the specified index.
See Also
- class GridComment
- class GridCommentCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
GridCommentCollection indexer (2 of 3)
Gets the GridComment
element at the specified cell.
public GridComment this[string cellName] { get; }
Parameter | Description |
---|---|
cellName | Cell name. |
Return Value
The element at the specified cell.
See Also
- class GridComment
- class GridCommentCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
GridCommentCollection indexer (3 of 3)
Gets the GridComment
element at the specified row index and column index.
public GridComment this[int row, int column] { get; }
Parameter | Description |
---|---|
row | Row index. |
column | Column index. |
Return Value
The element at the specified cell.
See Also
- class GridComment
- class GridCommentCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb