copy_rows method

copy_rows

Copies data and formats of some whole rows.

def copy_rows(self, source_cells, source_row_index, destination_row_index, row_number):
    ...
ParameterTypeDescription
source_cellsCellsSource Cells object contains data and formats to copy.
source_row_indexintSource row index.
destination_row_indexintDestination row index.
row_numberintThe copied row number.

copy_rows

Copies data and formats of some whole rows.

def copy_rows(self, source_cells0, source_row_index, destination_row_index, row_number, copy_options):
    ...
ParameterTypeDescription
source_cells0CellsSource Cells object contains data and formats to copy.
source_row_indexintSource row index.
destination_row_indexintDestination row index.
row_numberintThe copied row number.
copy_optionsCopyOptionsThe copy options.

copy_rows

Copies data and formats of some whole rows.

def copy_rows(self, source_cells0, source_row_index, destination_row_index, row_number, copy_options, paste_options):
    ...
ParameterTypeDescription
source_cells0CellsSource Cells object contains data and formats to copy.
source_row_indexintSource row index.
destination_row_indexintDestination row index.
row_numberintThe copied row number.
copy_optionsCopyOptionsThe copy options.
paste_optionsPasteOptionsthe options of pasting.

See Also