GetCell

Cells.GetCell method

获取Cell指定单元格行索引和列索引处的元素或空值。

public Cell GetCell(int row, int column)
范围类型描述
rowInt32行索引
columnInt32列索引

返回值

如果 Cell 对象存在,则返回 Cell 对象。 如果单元格不存在,则返回 null。

也可以看看