resize method

resize

Resize the range of the list object.

def resize(self, start_row, start_column, end_row, end_column, has_headers):
    ...
ParameterTypeDescription
start_rowintThe start row index of the new range.
start_columnintThe start column index of the new range.
end_rowintThe end row index of the new range.
end_columnintThe end column index of the new range.
has_headersboolWhether this table has headers.

See Also