GridCells.CopyColumn
GridCells.CopyColumn method
Copies data and formattings of a whole column.
public void CopyColumn(GridCells sourceCells, int sourceColumnIndex, int destinationColumnIndex)
Parameter | Type | Description |
---|---|---|
sourceCells | GridCells | Source Cells object contains data and formattings to copy. |
sourceColumnIndex | Int32 | Source column index. |
destinationColumnIndex | Int32 | Destination column index. |
See Also
- class GridCells
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop