GridCells.CopyColumn

GridCells.CopyColumn method

Copies data and formattings of a whole column.

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

See Also