EndCellInColumn

EndCellInColumn(short)

获取此列中的最后一个单元格。

public Cell EndCellInColumn(short columnIndex)
范围类型描述
columnIndexInt16列索引。

返回值

单元格对象。

也可以看看


EndCellInColumn(int, int, short, short)

获取此范围内具有最大列索引的最后一个单元格。

public Cell EndCellInColumn(int startRow, int endRow, short startColumn, short endColumn)
范围类型描述
startRowInt32开始行索引。
endRowInt32结束行索引。
startColumnInt16开始列索引。
endColumnInt16结束列索引。

返回值

单元格对象。

也可以看看