CopyRows

CopyRows(Cells, int, int, int)

Kopierar data och format för vissa hela rader.

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

Se även


CopyRows(Cells, int, int, int, CopyOptions)

Kopierar data och format för vissa hela rader.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions)
ParameterTypBeskrivning
sourceCells0CellsSource Cells-objektet innehåller data och format att kopiera.
sourceRowIndexInt32Källradsindex.
destinationRowIndexInt32Destinationsradindex.
rowNumberInt32Det kopierade radnumret.
copyOptionsCopyOptionsKopieringsalternativen.

Se även


CopyRows(Cells, int, int, int, CopyOptions, PasteOptions)

Kopierar data och format för vissa hela rader.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions, PasteOptions pasteOptions)
ParameterTypBeskrivning
sourceCells0CellsSource Cells-objektet innehåller data och format att kopiera.
sourceRowIndexInt32Källradsindex.
destinationRowIndexInt32Destinationsradindex.
rowNumberInt32Det kopierade radnumret.
copyOptionsCopyOptionsKopieringsalternativen.
pasteOptionsPasteOptionsalternativen att klistra in.

Se även