text_to_columns method

text_to_columns

Splits the text in the column to columns.

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