HtmlTableLoadOptionCollection

HtmlTableLoadOptionCollection class

Represents the table options when importing html.

Constructors

NameDescription
HtmlTableLoadOptionCollection

Properties

NameTypeDescription
TableToListObjectbooleanIndicates whether generate list objects from imported tables. The default value is false.
Countint
Item (int)HtmlTableLoadOptionGets the HtmlTableLoadOption element at the specified index.

Methods

NameDescription
addAdds one HtmlTableLoadOption into this collection.
addTableLoadOption
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved 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: int

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.

ParameterTypeDescription
itemHtmlTableLoadOptionone HtmlTableLoadOption

Returns: the index of the added item


add(tableIndex) (2 of 7)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIndexintTable index

add(tableId) (3 of 7)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIdStringTable ID

add(tableIndex, targetSheetIndex) (4 of 7)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIndexintTable index
targetSheetIndexintThe target index of worksheet in Excel

add(tableId, targetSheetIndex) (5 of 7)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIdStringTable ID
targetSheetIndexintThe target index of worksheet in Excel

add(tableIndex, targetSheetIndex, originalSheetIndex) (6 of 7)

Add a HtmlTableLoadOption to the list.

ParameterTypeDescription
tableIndexintTable index
targetSheetIndexintThe target index of worksheet in Excel
originalSheetIndexintThe original index of worksheet in the html

add(tableId, targetSheetIndex, originalSheetIndex) (7 of 7)

Add a HtmlTableLoadOption to the list.

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