CheckRow

Cells.CheckRow method

获取Row元素或在指定的单元格行索引处。

public Row CheckRow(int row)
范围类型描述
rowInt32行索引

返回值

如果行对象存在则返回Row对象,否则返回null。

也可以看看