GridCells.CopyColumns

GridCells.CopyColumns method

Copies data and formattings of a whole column.

public void CopyColumns(GridCells sourceCells, int sourceColumnIndex, int destinationColumnIndex, 
    int columnNumber)
ParameterTypeDescription
sourceCellsGridCellsSource Cells object contains data and formattings to copy.
sourceColumnIndexInt32Source column index.
destinationColumnIndexInt32Destination column index.
columnNumberInt32The copied column number.

See Also