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