GetCell
GridCells.GetCell method
获取Cell指定单元格行索引和列索引处的元素或空值。
public GridCell GetCell(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引 |
column | Int32 | 列索引 |
返回值
如果 Cell 对象存在,则返回 Cell 对象。 如果单元格不存在,则返回 null。
也可以看看
- class GridCell
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb