Aspose::Cells::Cells::CopyColumns method
Contents
[
Hide
]Cells::CopyColumns(const Cells&, int32_t, int32_t, int32_t, const PasteOptions&) method
Copies data and formats of a whole column.
void Aspose::Cells::Cells::CopyColumns(const Cells &sourceCells0, int32_t sourceColumnIndex, int32_t destinationColumnIndex, int32_t columnNumber, const PasteOptions &pasteOptions)
Parameter | Type | Description |
---|---|---|
sourceCells0 | const Cells& | Source Cells object contains data and formats to copy. |
sourceColumnIndex | int32_t | Source column index. |
destinationColumnIndex | int32_t | Destination column index. |
columnNumber | int32_t | The copied column number. |
pasteOptions | const PasteOptions& | the options of pasting. |
See Also
- Class Vector
- Class Cells
- Class PasteOptions
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Cells::CopyColumns(const Cells&, int32_t, int32_t, int32_t) method
Copies data and formats of a whole column.
void Aspose::Cells::Cells::CopyColumns(const Cells &sourceCells0, int32_t sourceColumnIndex, int32_t destinationColumnIndex, int32_t columnNumber)
Parameter | Type | Description |
---|---|---|
sourceCells0 | const Cells& | Source Cells object contains data and formats to copy. |
sourceColumnIndex | int32_t | Source column index. |
destinationColumnIndex | int32_t | Destination column index. |
columnNumber | int32_t | The copied column number. |
See Also
- Class Vector
- Class Cells
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Cells::CopyColumns(const Cells&, int32_t, int32_t, int32_t, int32_t) method
Copies data and formats of the whole columns.
void Aspose::Cells::Cells::CopyColumns(const Cells &sourceCells, int32_t sourceColumnIndex, int32_t sourceTotalColumns, int32_t destinationColumnIndex, int32_t destinationTotalColumns)
Parameter | Type | Description |
---|---|---|
sourceCells | const Cells& | Source Cells object contains data and formats to copy. |
sourceColumnIndex | int32_t | Source column index. |
sourceTotalColumns | int32_t | The number of the source columns. |
destinationColumnIndex | int32_t | Destination column index. |
destinationTotalColumns | int32_t | The number of the destination columns. |
See Also
- Class Vector
- Class Cells
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++