Metodo add
Contenuti
[
Nascondere
]add(self, item)
Aggiunge un HtmlTableLoadOption a questa raccolta.
ritorna
l’indice dell’elemento aggiunto
def add(self, item):
...
Parametro | Tipo | Descrizione |
---|---|---|
item | HtmlTableLoadOption | un’opzione HtmlTableLoadOption |
add(self, table_index)
Aggiungere un HtmlTableLoadOption all’elenco.
ritorna
def add(self, table_index):
...
Parametro | Tipo | Descrizione |
---|---|---|
table_index | int | Indice della tabella |
add(self, table_id)
Aggiungere un HtmlTableLoadOption all’elenco.
ritorna
def add(self, table_id):
...
Parametro | Tipo | Descrizione |
---|---|---|
table_id | str | ID tabella |
add(self, table_index, target_sheet_index)
Aggiungere un HtmlTableLoadOption all’elenco.
def add(self, table_index, target_sheet_index):
...
Parametro | Tipo | Descrizione |
---|---|---|
table_index | int | Indice della tabella |
target_sheet_index | int | L’indice di destinazione del foglio di lavoro in Excel |
add(self, table_id, target_sheet_index)
Aggiungere un HtmlTableLoadOption all’elenco.
ritorna
def add(self, table_id, target_sheet_index):
...
Parametro | Tipo | Descrizione |
---|---|---|
table_id | str | ID tabella |
target_sheet_index | int | L’indice di destinazione del foglio di lavoro in Excel |
add(self, table_index, target_sheet_index, original_sheet_index)
Aggiungere un HtmlTableLoadOption all’elenco.
def add(self, table_index, target_sheet_index, original_sheet_index):
...
Parametro | Tipo | Descrizione |
---|---|---|
table_index | int | Indice della tabella |
target_sheet_index | int | L’indice di destinazione del foglio di lavoro in Excel |
original_sheet_index | int | L’indice originale del foglio di lavoro in html |
add(self, table_id, target_sheet_index, original_sheet_index)
Aggiungere un HtmlTableLoadOption all’elenco.
ritorna
def add(self, table_id, target_sheet_index, original_sheet_index):
...
Parametro | Tipo | Descrizione |
---|---|---|
table_id | str | ID tabella |
target_sheet_index | int | L’indice di destinazione del foglio di lavoro in Excel |
original_sheet_index | int | L’indice originale del foglio di lavoro in html |
Guarda anche
- modulo
aspose.cells
- classe
HtmlTableLoadOptionCollection