HtmlTableLoadOptionCollection
Contents
[
Hide
]HtmlTableLoadOptionCollection class
Represents the table options when importing html.
Constructors
| Name | Description |
|---|---|
| HtmlTableLoadOptionCollection |
Properties
| Name | Type | Description |
|---|---|---|
| TableToListObject | boolean | Indicates whether generate list objects from imported tables. The default value is false. |
| Count | Number | |
| Item (int) | HtmlTableLoadOption | Gets the HtmlTableLoadOption element at the specified index. |
Methods
| Name | Description |
|---|---|
| add | Adds one HtmlTableLoadOption into this collection. |
| addTableLoadOption | |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
HtmlTableLoadOptionCollection()
HtmlTableLoadOptionCollection.TableToListObject property
Indicates whether generate list objects from imported tables. The default value is false.
Type: boolean
HtmlTableLoadOptionCollection.Count property
Type: Number
HtmlTableLoadOptionCollection.Item (int) property
Gets the HtmlTableLoadOption element at the specified index.
Type: HtmlTableLoadOption
add(item) (1 of 7)
Adds one HtmlTableLoadOption into this collection.
| Parameter | Type | Description |
|---|---|---|
| item | HtmlTableLoadOption | one HtmlTableLoadOption |
Returns: the index of the added item
add(tableIndex) (2 of 7)
Add a HtmlTableLoadOption to the list.
| Parameter | Type | Description |
|---|---|---|
| tableIndex | Number | Table index |
add(tableId) (3 of 7)
Add a HtmlTableLoadOption to the list.
| Parameter | Type | Description |
|---|---|---|
| tableId | String | Table ID |
add(tableIndex, targetSheetIndex) (4 of 7)
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) (5 of 7)
Add a HtmlTableLoadOption to the list.
| Parameter | Type | Description |
|---|---|---|
| tableId | String | Table ID |
| targetSheetIndex | Number | The target index of worksheet in Excel |
add(tableIndex, targetSheetIndex, originalSheetIndex) (6 of 7)
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) (7 of 7)
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 |
addTableLoadOption(item)
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.