Cells.EndCellInColumn

EndCellInColumn(short)

Gets the last cell in this column.

public Cell EndCellInColumn(short columnIndex)
ParameterTypeDescription
columnIndexInt16Column index.

Return Value

Cell object.

See Also


EndCellInColumn(int, int, short, short)

Gets the last cell with maximum column index in this range.

public Cell EndCellInColumn(int startRow, int endRow, short startColumn, short endColumn)
ParameterTypeDescription
startRowInt32Start row index.
endRowInt32End row index.
startColumnInt16Start column index.
endColumnInt16End column index.

Return Value

Cell object.

See Also