Cells.CopyColumns
Contents
[
Hide
]CopyColumns(Cells, int, int, int, int)
Copies data and formats of the whole columns.
public void CopyColumns(Cells sourceCells, int sourceColumnIndex, int sourceTotalColumns,
int destinationColumnIndex, int destinationTotalColumns)
Parameter | Type | Description |
---|---|---|
sourceCells | Cells | Source Cells object contains data and formats to copy. |
sourceColumnIndex | Int32 | Source column index. |
sourceTotalColumns | Int32 | The number of the source columns. |
destinationColumnIndex | Int32 | Destination column index. |
destinationTotalColumns | Int32 | The number of the destination columns. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
CopyColumns(Cells, int, int, int, PasteOptions)
Copies data and formats of a whole column.
public void CopyColumns(Cells sourceCells0, int sourceColumnIndex, int destinationColumnIndex,
int columnNumber, PasteOptions pasteOptions)
Parameter | Type | Description |
---|---|---|
sourceCells0 | Cells | Source Cells object contains data and formats to copy. |
sourceColumnIndex | Int32 | Source column index. |
destinationColumnIndex | Int32 | Destination column index. |
columnNumber | Int32 | The copied column number. |
pasteOptions | PasteOptions | the options of pasting. |
See Also
- class PasteOptions
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
CopyColumns(Cells, int, int, int)
Copies data and formats of a whole column.
public void CopyColumns(Cells sourceCells0, int sourceColumnIndex, int destinationColumnIndex,
int columnNumber)
Parameter | Type | Description |
---|---|---|
sourceCells0 | Cells | Source Cells object contains data and formats to copy. |
sourceColumnIndex | Int32 | Source column index. |
destinationColumnIndex | Int32 | Destination column index. |
columnNumber | Int32 | The copied column number. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells