HtmlTableLoadOptionCollection
HtmlTableLoadOptionCollection class
Represents the table options when importing html.
new HtmlTableLoadOptionCollection()
Methods
| Name | Description |
|---|---|
| add(item) | Adds one HtmlTableLoadOption into this collection. |
| add(tableIndex) | Add a HtmlTableLoadOption to the list. |
| add(tableId) | Add a HtmlTableLoadOption to the list. |
| add(tableIndex, targetSheetIndex) | Add a HtmlTableLoadOption to the list. |
| add(tableId, targetSheetIndex) | Add a HtmlTableLoadOption to the list. |
| add(tableIndex, targetSheetIndex, originalSheetIndex) | Add a HtmlTableLoadOption to the list. |
| add(tableId, targetSheetIndex, originalSheetIndex) | Add a HtmlTableLoadOption to the list. |
| addTableLoadOption() | |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets the HtmlTableLoadOption element at the specified index. |
| get() | Reserved for internal use. |
| getCount() | |
| getTableToListObject() | Indicates whether generate list objects from imported tables. The default value is false. |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() | |
| setTableToListObject() | Indicates whether generate list objects from imported tables. The default value is false. |
add(item)
Adds one HtmlTableLoadOption into this collection.
| Parameter | Type | Description |
|---|---|---|
| item | HtmlTableLoadOption | one HtmlTableLoadOption |
Returns: Number — Number the index of the added item
add(tableIndex)
Add a HtmlTableLoadOption to the list.
| Parameter | Type | Description |
|---|---|---|
| tableIndex | Number | Table index |
Returns: Number — Number
add(tableId)
Add a HtmlTableLoadOption to the list.
| Parameter | Type | Description |
|---|---|---|
| tableId | String | Table ID |
Returns: Number — Number
add(tableIndex, targetSheetIndex)
Add a HtmlTableLoadOption to the list.
| Parameter | Type | Description |
|---|---|---|
| tableIndex | Number | Table index |
| targetSheetIndex | Number | The target index of worksheet in Excel |
add(tableId, targetSheetIndex)
Add a HtmlTableLoadOption to the list.
| Parameter | Type | Description |
|---|---|---|
| tableId | String | Table ID |
| targetSheetIndex | Number | The target index of worksheet in Excel |
Returns: Number — Number
add(tableIndex, targetSheetIndex, originalSheetIndex)
Add a HtmlTableLoadOption to the list.
| Parameter | Type | Description |
|---|---|---|
| tableIndex | Number | Table index |
| targetSheetIndex | Number | The target index of worksheet in Excel |
| originalSheetIndex | Number | The original index of worksheet in the html |
add(tableId, targetSheetIndex, originalSheetIndex)
Add a HtmlTableLoadOption to the list.
| Parameter | Type | Description |
|---|---|---|
| tableId | String | Table ID |
| targetSheetIndex | Number | The target index of worksheet in Excel |
| originalSheetIndex | Number | The original index of worksheet in the html |
Returns: Number — Number
addTableLoadOption()
clear()
contains()
Reserved for internal use.
get(index)
Gets the HtmlTableLoadOption element at the specified index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The zero based index of the element. |
Returns: HtmlTableLoadOption — HtmlTableLoadOption The element at the specified index.
get()
Reserved for internal use.
getCount()
getTableToListObject()
Indicates whether generate list objects from imported tables. The default value is false.
indexOf()
Reserved for internal use.
iterator()
removeAt()
setTableToListObject()
Indicates whether generate list objects from imported tables. The default value is false.