insert_cut_cells method

insert_cut_cells(self, cut_range, row, column, shift_type)

Insert cut range.


def insert_cut_cells(self, cut_range, row, column, shift_type):
    ...
ParameterTypeDescription
cut_rangeaspose.cells.RangeThe cut range.
rowintThe row.
columnintThe column.
shift_typeaspose.cells.ShiftTypeThe shift type .

See Also