copy_row metod

copy_row(source_cells, source_row_index, destination_row_index)

Kopierar data och format för en hel rad.

def copy_row(self, source_cells, source_row_index, destination_row_index):
    ...
ParameterTypBeskrivning
source_cellsCellsKälla Cells-objektet innehåller data och format att kopiera.
source_row_indexintKällradsindex.
destination_row_indexintDestinationsradindex.

Se även