CopyRow

Cells.CopyRow method

Kopierar data och format för en hel rad.

public void CopyRow(Cells sourceCells, int sourceRowIndex, int destinationRowIndex)
ParameterTypBeskrivning
sourceCellsCellsSource Cells-objektet innehåller data och format att kopiera.
sourceRowIndexInt32Källradsindex.
destinationRowIndexInt32Destinationsradindex.

Se även