text_to_columns method
text_to_columns(self, row, column, total_rows, options)
Splits content in specified column into multiple columns..
Returns
Total column count of the split values.
def text_to_columns(self, row, column, total_rows, options):
...
Parameter | Type | Description |
---|---|---|
row | int | The row index. |
column | int | The column index. |
total_rows | int | The number of rows. |
options | TxtLoadOptions | The split options. |
See Also
- module
aspose.cells
- class
Cells