Item
GridCommentCollection indexer (1 of 3)
获取Comment指定索引处的元素。
public GridComment this[int index] { get; }
范围 | 描述 |
---|---|
index | 元素的从零开始的索引。 |
返回值
指定索引处的元素。
也可以看看
- class GridComment
- class GridCommentCollection
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
GridCommentCollection indexer (2 of 3)
获取Comment指定单元格处的元素。
public GridComment this[string cellName] { get; }
范围 | 描述 |
---|---|
cellName | 单元格名称。 |
返回值
指定单元格处的元素。
也可以看看
- class GridComment
- class GridCommentCollection
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
GridCommentCollection indexer (3 of 3)
获取Comment指定行索引和列索引处的元素。
public GridComment this[int row, int column] { get; }
范围 | 描述 |
---|---|
row | 行索引。 |
column | 列索引。 |
返回值
指定单元格处的元素。
也可以看看
- class GridComment
- class GridCommentCollection
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb