CopyRows

CopyRows(Cells, int, int, int)

Bazı tüm satırların verilerini ve biçimlerini kopyalar.

public void CopyRows(Cells sourceCells, int sourceRowIndex, int destinationRowIndex, int rowNumber)
ParametreTipTanım
sourceCellsCellsSource Cells nesnesi, kopyalanacak verileri ve biçimleri içerir.
sourceRowIndexInt32Kaynak satır dizini.
destinationRowIndexInt32Hedef satır dizini.
rowNumberInt32Kopyalanan satır numarası.

Ayrıca bakınız


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

Bazı tüm satırların verilerini ve biçimlerini kopyalar.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions)
ParametreTipTanım
sourceCells0CellsSource Cells nesnesi, kopyalanacak verileri ve biçimleri içerir.
sourceRowIndexInt32Kaynak satır dizini.
destinationRowIndexInt32Hedef satır dizini.
rowNumberInt32Kopyalanan satır numarası.
copyOptionsCopyOptionsKopyalama seçenekleri.

Ayrıca bakınız


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

Bazı tüm satırların verilerini ve biçimlerini kopyalar.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions, PasteOptions pasteOptions)
ParametreTipTanım
sourceCells0CellsSource Cells nesnesi, kopyalanacak verileri ve biçimleri içerir.
sourceRowIndexInt32Kaynak satır dizini.
destinationRowIndexInt32Hedef satır dizini.
rowNumberInt32Kopyalanan satır numarası.
copyOptionsCopyOptionsKopyalama seçenekleri.
pasteOptionsPasteOptionsyapıştırma seçenekleri.

Ayrıca bakınız