CopyColumns

GridCells.CopyColumns method

Kopierar data och formatering av en hel kolumn.

public void CopyColumns(GridCells sourceCells, int sourceColumnIndex, int destinationColumnIndex, 
    int columnNumber)
ParameterTypBeskrivning
sourceCellsGridCellsSource Cells-objektet innehåller data och formatering att kopiera.
sourceColumnIndexInt32Källkolumnindex.
destinationColumnIndexInt32Destinationskolumnindex.
columnNumberInt32Det kopierade kolumnnumret.

Se även