copy_row Methode

copy_row(source_cells, source_row_index, destination_row_index)

Kopiert Daten und Formate einer ganzen Zeile.

def copy_row(self, source_cells, source_row_index, destination_row_index):
    ...
ParameterTypBeschreibung
source_cellsCellsQuellobjekt Cells enthält zu kopierende Daten und Formate.
source_row_indexintQuellzeilenindex.
destination_row_indexintZielzeilenindex.

Siehe auch