copy_row method

copy_row

Copies data and formats of a whole row.

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

See Also