Item
GridHyperlinkCollection indexer (1 of 2)
获取Hyperlink指定索引处的元素。
public GridHyperlink this[int index] { get; }
范围 | 描述 |
---|---|
index | 元素的从零开始的索引。 |
返回值
指定索引处的元素。
也可以看看
- class GridHyperlink
- class GridHyperlinkCollection
- 命名空间 Aspose.Cells.GridDesktop.Data
- 部件 Aspose.Cells.GridDesktop
GridHyperlinkCollection indexer (2 of 2)
获取Hyperlink指定单元格处的元素。
public GridHyperlink this[int row, int col] { get; }
范围 | 描述 |
---|---|
row | 单元格的行。 |
col | 单元格的 col。 |
返回值
指定索引处的元素。如果在此单元格中找不到超链接,您可能会得到 null