GridHyperlinkCollection.Item
Contents
[
Hide
]GridHyperlinkCollection indexer (1 of 2)
Gets the Hyperlink element at the specified index.
public GridHyperlink 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 GridHyperlink
- class GridHyperlinkCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
GridHyperlinkCollection indexer (2 of 2)
Gets the Hyperlink element at the specified cell.
public GridHyperlink this[int row, int col] { get; }
Parameter | Description |
---|---|
row | The row of the cell. |
col | The col of the cell. |
Return Value
The element at the specified index.you may get null if no hyperlinks find in this cell
See Also
- class GridHyperlink
- class GridHyperlinkCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop