| Constructor Summary |
|---|
| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
function | getTableToListObject() | |
function | setTableToListObject(value) | |
| Indicates whether generate list objects from imported tables. The default value is false. | ||
function | get(index) | |
Gets the |
||
| Method Summary | ||
|---|---|---|
function | add(item) | |
Adds one HtmlTableLoadOption into this collection.
|
||
function | add(tableIndex) | |
Add a HtmlTableLoadOption to the list.
|
||
function | add(tableIndex, targetSheetIndex) | |
Add a HtmlTableLoadOption to the list.
|
||
function | add(tableIndex, targetSheetIndex, originalSheetIndex) | |
Add a HtmlTableLoadOption to the list.
|
||
function | add(value) | |
Reserved for internal use. |
||
function | add(tableId) | |
Add a HtmlTableLoadOption to the list.
|
||
function | add(tableId, targetSheetIndex) | |
Add a HtmlTableLoadOption to the list.
|
||
function | add(tableId, targetSheetIndex, originalSheetIndex) | |
Add a HtmlTableLoadOption to the list.
|
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getTableToListObject() / function setTableToListObject(value)
function getCount()
function get(index)
index - The zero based index of the element.function add(item)
item: HtmlTableLoadOption - one HtmlTableLoadOptionfunction add(tableIndex)
tableIndex: Number - Table indexfunction add(tableId)
tableId: String - Table IDfunction add(tableIndex, targetSheetIndex)
tableIndex: Number - Table indextargetSheetIndex: Number - The target index of worksheet in Excelfunction add(tableId, targetSheetIndex)
tableId: String - Table IDtargetSheetIndex: Number - The target index of worksheet in Excelfunction add(tableIndex, targetSheetIndex, originalSheetIndex)
tableIndex: Number - Table indextargetSheetIndex: Number - The target index of worksheet in ExceloriginalSheetIndex: Number - The original index of worksheet in the htmlfunction add(tableId, targetSheetIndex, originalSheetIndex)
tableId: String - Table IDtargetSheetIndex: Number - The target index of worksheet in ExceloriginalSheetIndex: Number - The original index of worksheet in the htmlfunction clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)