text_to_columns Methode

text_to_columns

Teilt den Text in der Spalte in Spalten auf.

def text_to_columns(self, row, column, total_rows, options):
    ...
ParameterTypBeschreibung
rowintDer Zeilenindex.
columnintDer Spaltenindex.
total_rowsintDie Anzahl der Zeilen.
optionsTxtLoadOptionsDie Split-Optionen.

Siehe auch