Item
GridHyperlinkCollection indexer (1 of 2)
Hyperlink belirtilen dizindeki öğe.
public GridHyperlink this[int index] { get; }
Parametre | Tanım |
---|---|
index | Öğenin sıfır tabanlı dizini. |
Geri dönüş değeri
Belirtilen dizindeki öğe.
Ayrıca bakınız
- class GridHyperlink
- class GridHyperlinkCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
GridHyperlinkCollection indexer (2 of 2)
Hyperlink belirtilen hücredeki öğe.
public GridHyperlink this[int row, int col] { get; }
Parametre | Tanım |
---|---|
row | Hücrenin satırı. |
col | Hücrenin sütunu. |
Geri dönüş değeri
Bu hücrede hiçbir köprü bulunmazsa, belirtilen index.you’daki öğe boş olabilir
Ayrıca bakınız
- class GridHyperlink
- class GridHyperlinkCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop