méthode add
Contenu
[
Cacher
]add(self, item)
Ajoute une HtmlTableLoadOption dans cette collection.
Retour
l’index de l’élément ajouté
def add(self, item):
...
Paramètre | Taper | Description |
---|---|---|
item | HtmlTableLoadOption | une HtmlTableLoadOption |
add(self, table_index)
Ajoutez une HtmlTableLoadOption à la liste.
Retour
def add(self, table_index):
...
Paramètre | Taper | Description |
---|---|---|
table_index | int | Index des tables |
add(self, table_id)
Ajoutez une HtmlTableLoadOption à la liste.
Retour
def add(self, table_id):
...
Paramètre | Taper | Description |
---|---|---|
table_id | str | ID de la table |
add(self, table_index, target_sheet_index)
Ajoutez une HtmlTableLoadOption à la liste.
def add(self, table_index, target_sheet_index):
...
Paramètre | Taper | Description |
---|---|---|
table_index | int | Index des tables |
target_sheet_index | int | L’index cible de la feuille de calcul dans Excel |
add(self, table_id, target_sheet_index)
Ajoutez une HtmlTableLoadOption à la liste.
Retour
def add(self, table_id, target_sheet_index):
...
Paramètre | Taper | Description |
---|---|---|
table_id | str | ID de la table |
target_sheet_index | int | L’index cible de la feuille de calcul dans Excel |
add(self, table_index, target_sheet_index, original_sheet_index)
Ajoutez une HtmlTableLoadOption à la liste.
def add(self, table_index, target_sheet_index, original_sheet_index):
...
Paramètre | Taper | Description |
---|---|---|
table_index | int | Index des tables |
target_sheet_index | int | L’index cible de la feuille de calcul dans Excel |
original_sheet_index | int | L’index original de la feuille de calcul dans le HTML |
add(self, table_id, target_sheet_index, original_sheet_index)
Ajoutez une HtmlTableLoadOption à la liste.
Retour
def add(self, table_id, target_sheet_index, original_sheet_index):
...
Paramètre | Taper | Description |
---|---|---|
table_id | str | ID de la table |
target_sheet_index | int | L’index cible de la feuille de calcul dans Excel |
original_sheet_index | int | L’index original de la feuille de calcul dans le HTML |
Voir également
- module
aspose.cells
- classe
HtmlTableLoadOptionCollection