delete_range method

delete_range

Deletes a range of cells and shift cells according to the shift option.

def delete_range(self, start_row, start_column, end_row, end_column, shift_type):
    ...
ParameterTypeDescription
start_rowintStart row index.
start_columnintStart column index.
end_rowintEnd row index.
end_columnintEnd column index.
shift_typeShiftTypeShift cells option.

See Also