add method
Contents
[
Hide
]add(self, item)
Adds one HtmlTableLoadOption into this collection.
Returns
the index of the added item
def add(self, item):
...
Parameter | Type | Description |
---|---|---|
item | HtmlTableLoadOption | one HtmlTableLoadOption |
add(self, table_index)
Add a HtmlTableLoadOption to the list.
Returns
def add(self, table_index):
...
Parameter | Type | Description |
---|---|---|
table_index | int | Table index |
add(self, table_id)
Add a HtmlTableLoadOption to the list.
Returns
def add(self, table_id):
...
Parameter | Type | Description |
---|---|---|
table_id | str | Table ID |
add(self, table_index, target_sheet_index)
Add a HtmlTableLoadOption to the list.
def add(self, table_index, target_sheet_index):
...
Parameter | Type | Description |
---|---|---|
table_index | int | Table index |
target_sheet_index | int | The target index of worksheet in Excel |
add(self, table_id, target_sheet_index)
Add a HtmlTableLoadOption to the list.
Returns
def add(self, table_id, target_sheet_index):
...
Parameter | Type | Description |
---|---|---|
table_id | str | Table ID |
target_sheet_index | int | The target index of worksheet in Excel |
add(self, table_index, target_sheet_index, original_sheet_index)
Add a HtmlTableLoadOption to the list.
def add(self, table_index, target_sheet_index, original_sheet_index):
...
Parameter | Type | Description |
---|---|---|
table_index | int | Table index |
target_sheet_index | int | The target index of worksheet in Excel |
original_sheet_index | int | The original index of worksheet in the html |
add(self, table_id, target_sheet_index, original_sheet_index)
Add a HtmlTableLoadOption to the list.
Returns
def add(self, table_id, target_sheet_index, original_sheet_index):
...
Parameter | Type | Description |
---|---|---|
table_id | str | Table ID |
target_sheet_index | int | The target index of worksheet in Excel |
original_sheet_index | int | The original index of worksheet in the html |
See Also
- module
aspose.cells
- class
HtmlTableLoadOptionCollection