Item
GridHyperlinkCollection indexer (1 of 2)
FårHyperlink element vid angivet index.
public GridHyperlink this[int index] { get; }
Parameter | Beskrivning |
---|---|
index | Elementets nollbaserade index. |
Returvärde
Elementet vid det angivna indexet.
Se även
- class GridHyperlink
- class GridHyperlinkCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
GridHyperlinkCollection indexer (2 of 2)
FårHyperlink element i den angivna cellen.
public GridHyperlink this[int row, int col] { get; }
Parameter | Beskrivning |
---|---|
row | Cellens rad. |
col | Cellens färg. |
Returvärde
Elementet i det angivna index.you kan få null om inga hyperlänkar finns i den här cellen
Se även
- class GridHyperlink
- class GridHyperlinkCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop