is_deleting_range_enabled method

is_deleting_range_enabled

Check whether the range could be deleted.

Returns

def is_deleting_range_enabled(self, start_row, start_column, total_rows, total_columns):
    ...
ParameterTypeDescription
start_rowintThe start row index of the range.
start_columnintThe start column index of the range.
total_rowsintThe number of the rows in the range.
total_columnsintThe number of the columns in the range.

See Also