método add
Contenido
[
Ocultar
]add(self, item)
Agrega una HtmlTableLoadOption a esta colección.
Devoluciones
el índice del elemento añadido
def add(self, item):
    ...
| Parámetro | Tipo | Descripción | 
|---|---|---|
| item | HtmlTableLoadOption | una HtmlTableLoadOption | 
add(self, table_index)
Agregue una HtmlTableLoadOption a la lista.
Devoluciones
def add(self, table_index):
    ...
| Parámetro | Tipo | Descripción | 
|---|---|---|
| table_index | int | Índice de la tabla | 
add(self, table_id)
Agregue una HtmlTableLoadOption a la lista.
Devoluciones
def add(self, table_id):
    ...
| Parámetro | Tipo | Descripción | 
|---|---|---|
| table_id | str | ID de tabla | 
add(self, table_index, target_sheet_index)
Agregue una HtmlTableLoadOption a la lista.
def add(self, table_index, target_sheet_index):
    ...
| Parámetro | Tipo | Descripción | 
|---|---|---|
| table_index | int | Índice de la tabla | 
| target_sheet_index | int | El índice de destino de la hoja de cálculo en Excel | 
add(self, table_id, target_sheet_index)
Agregue una HtmlTableLoadOption a la lista.
Devoluciones
def add(self, table_id, target_sheet_index):
    ...
| Parámetro | Tipo | Descripción | 
|---|---|---|
| table_id | str | ID de tabla | 
| target_sheet_index | int | El índice de destino de la hoja de cálculo en Excel | 
add(self, table_index, target_sheet_index, original_sheet_index)
Agregue una HtmlTableLoadOption a la lista.
def add(self, table_index, target_sheet_index, original_sheet_index):
    ...
| Parámetro | Tipo | Descripción | 
|---|---|---|
| table_index | int | Índice de la tabla | 
| target_sheet_index | int | El índice de destino de la hoja de cálculo en Excel | 
| original_sheet_index | int | El índice original de la hoja de trabajo en el html | 
add(self, table_id, target_sheet_index, original_sheet_index)
Agregue una HtmlTableLoadOption a la lista.
Devoluciones
def add(self, table_id, target_sheet_index, original_sheet_index):
    ...
| Parámetro | Tipo | Descripción | 
|---|---|---|
| table_id | str | ID de tabla | 
| target_sheet_index | int | El índice de destino de la hoja de cálculo en Excel | 
| original_sheet_index | int | El índice original de la hoja de trabajo en el html | 
Ver también
- módulo aspose.cells
- clase HtmlTableLoadOptionCollection