HtmlTableLoadOptionCollection

HtmlTableLoadOptionCollection class

Represents the table options when importing html.

new HtmlTableLoadOptionCollection()

Methods

NameDescription
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.

ParameterTypeDescription
itemHtmlTableLoadOptionone HtmlTableLoadOption

Returns: Number — Number the index of the added item

add(tableIndex)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIndexNumberTable index

Returns: Number — Number

add(tableId)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIdStringTable ID

Returns: Number — Number

add(tableIndex, targetSheetIndex)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIndexNumberTable index
targetSheetIndexNumberThe target index of worksheet in Excel

add(tableId, targetSheetIndex)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIdStringTable ID
targetSheetIndexNumberThe target index of worksheet in Excel

Returns: Number — Number

add(tableIndex, targetSheetIndex, originalSheetIndex)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIndexNumberTable index
targetSheetIndexNumberThe target index of worksheet in Excel
originalSheetIndexNumberThe original index of worksheet in the html

add(tableId, targetSheetIndex, originalSheetIndex)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIdStringTable ID
targetSheetIndexNumberThe target index of worksheet in Excel
originalSheetIndexNumberThe 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.

ParameterTypeDescription
indexNumberThe 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.