end_cell_in_column method

end_cell_in_column

Gets the last cell in this column.

Returns

Cell object.

def end_cell_in_column(self, column_index):
    ...
ParameterTypeDescription
column_indexintColumn index.

end_cell_in_column

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

Returns

Cell object.

def end_cell_in_column(self, start_row, end_row, start_column, end_column):
    ...
ParameterTypeDescription
start_rowintStart row index.
end_rowintEnd row index.
start_columnintStart column index.
end_columnintEnd column index.

See Also