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):
    ...
ParameterTypeDescription
rowintThe row index.
columnintThe column index.
total_rowsintThe number of rows.
optionsTxtLoadOptionsThe split options.

See Also