add Methode

add(self, item)

Fügt dieser Sammlung eine HtmlTableLoadOption hinzu.

Kehrt zurück

der Index des hinzugefügten Elements


def add(self, item):
    ...
ParameterTypBeschreibung
itemHtmlTableLoadOptioneine HtmlTableLoadOption

add(self, table_index)

Fügen Sie der Liste eine HtmlTableLoadOption hinzu.

Kehrt zurück


def add(self, table_index):
    ...
ParameterTypBeschreibung
table_indexintTabellenindex

add(self, table_id)

Fügen Sie der Liste eine HtmlTableLoadOption hinzu.

Kehrt zurück


def add(self, table_id):
    ...
ParameterTypBeschreibung
table_idstrTabellen-ID

add(self, table_index, target_sheet_index)

Fügen Sie der Liste eine HtmlTableLoadOption hinzu.


def add(self, table_index, target_sheet_index):
    ...
ParameterTypBeschreibung
table_indexintTabellenindex
target_sheet_indexintDer Zielindex des Arbeitsblatts in Excel

add(self, table_id, target_sheet_index)

Fügen Sie der Liste eine HtmlTableLoadOption hinzu.

Kehrt zurück


def add(self, table_id, target_sheet_index):
    ...
ParameterTypBeschreibung
table_idstrTabellen-ID
target_sheet_indexintDer Zielindex des Arbeitsblatts in Excel

add(self, table_index, target_sheet_index, original_sheet_index)

Fügen Sie der Liste eine HtmlTableLoadOption hinzu.


def add(self, table_index, target_sheet_index, original_sheet_index):
    ...
ParameterTypBeschreibung
table_indexintTabellenindex
target_sheet_indexintDer Zielindex des Arbeitsblatts in Excel
original_sheet_indexintDer ursprüngliche Index des Arbeitsblatts im HTML

add(self, table_id, target_sheet_index, original_sheet_index)

Fügen Sie der Liste eine HtmlTableLoadOption hinzu.

Kehrt zurück


def add(self, table_id, target_sheet_index, original_sheet_index):
    ...
ParameterTypBeschreibung
table_idstrTabellen-ID
target_sheet_indexintDer Zielindex des Arbeitsblatts in Excel
original_sheet_indexintDer ursprüngliche Index des Arbeitsblatts im HTML

Siehe auch