Cells.EndCellInRow

EndCellInRow(int)

Gets the last cell in this row.

public Cell EndCellInRow(int rowIndex)
ParameterTypeDescription
rowIndexInt32Row index.

Return Value

Cell object.

See Also


EndCellInRow(int, int, int, int)

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

public Cell EndCellInRow(int startRow, int endRow, int startColumn, int endColumn)
ParameterTypeDescription
startRowInt32Start row index.
endRowInt32End row index.
startColumnInt32Start column index.
endColumnInt32End column index.

Return Value

Cell object.

See Also