auto_fit_column Methode

auto_fit_column(self, column_index)

Passt die Spaltenbreite automatisch an.


def auto_fit_column(self, column_index):
    ...
ParameterTypBeschreibung
column_indexintSpaltenindex.

Bemerkungen

AutoFitColumn ist eine ungenaue Funktion.

auto_fit_column(self, column_index, first_row, last_row)

Passt die Spaltenbreite automatisch an.


def auto_fit_column(self, column_index, first_row, last_row):
    ...
ParameterTypBeschreibung
column_indexintSpaltenindex.
first_rowintErster Zeilenindex.
last_rowintLetzter Zeilenindex.

Bemerkungen

Diese Methode passt eine Zeile automatisch an, basierend auf dem Inhalt eines Zellbereichs innerhalb der Zeile.

Siehe auch