CopyColumn

Cells.CopyColumn method

Tüm sütunun verilerini ve biçimlerini kopyalar.

public void CopyColumn(Cells sourceCells, int sourceColumnIndex, int destinationColumnIndex)
ParametreTipTanım
sourceCellsCellsSource Cells nesnesi, kopyalanacak verileri ve biçimleri içerir.
sourceColumnIndexInt32Kaynak sütun dizini.
destinationColumnIndexInt32Hedef sütun dizini.

Ayrıca bakınız