insert_cut_cells method

insert_cut_cells

Insert cut range.

def insert_cut_cells(self, cut_range, row, column, shift_type):
    ...
ParameterTypeDescription
cut_rangeRangeThe cut range.
rowintThe row.
columnintThe column.
shift_typeShiftTypeThe shift type .

See Also