HtmlTableLoadOption class

HtmlTableLoadOption class

Represents the option when import table from html.

The HtmlTableLoadOption type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of HtmlTableLoadOption

Properties

PropertyDescription
table_indexGet or set the index of table to import from html.
idGet or set the id of table to import from html
nameGet or set the name of table to import from html
original_sheet_indexGet or set the original index of worksheet in the html.
target_sheet_indexGet or set the target index of worksheet where the table is to be located.
table_to_list_objectIndicates whether generate list objects from imported table.
The default value is false.

See Also