copy_columns method
Contents
[
Hide
]copy_columns
Copies data and formats of a whole column.
def copy_columns(self, source_cells0, source_column_index, destination_column_index, column_number):
...
Parameter | Type | Description |
---|---|---|
source_cells0 | Cells | Source Cells object contains data and formats to copy. |
source_column_index | int | Source column index. |
destination_column_index | int | Destination column index. |
column_number | int | The copied column number. |
copy_columns
Copies data and formats of a whole column.
def copy_columns(self, source_cells0, source_column_index, destination_column_index, column_number, paste_options):
...
Parameter | Type | Description |
---|---|---|
source_cells0 | Cells | Source Cells object contains data and formats to copy. |
source_column_index | int | Source column index. |
destination_column_index | int | Destination column index. |
column_number | int | The copied column number. |
paste_options | PasteOptions | the options of pasting. |
copy_columns
Copies data and formats of the whole columns.
def copy_columns(self, source_cells, source_column_index, source_total_columns, destination_column_index, destination_total_columns):
...
Parameter | Type | Description |
---|---|---|
source_cells | Cells | Source Cells object contains data and formats to copy. |
source_column_index | int | Source column index. |
source_total_columns | int | The number of the source columns. |
destination_column_index | int | Destination column index. |
destination_total_columns | int | The number of the destination columns. |
See Also
- module
aspose.cells
- class
Cells