HtmlTableLoadOption

HtmlTableLoadOption class

Represents the option when import table from html.

Constructors

NameDescription
HtmlTableLoadOption

Properties

NameTypeDescription
TableIndexintGet or set the index of table to import from html.
IdStringGet or set the id of table to import from html
NameStringGet or set the name of table to import from html
OriginalSheetIndexintGet or set the original index of worksheet in the html.
TargetSheetIndexintGet or set the target index of worksheet where the table is to be located.
TableToListObjectbooleanIndicates whether generate list objects from imported table. The default value is false.

HtmlTableLoadOption()

HtmlTableLoadOption.TableIndex property

Get or set the index of table to import from html.

Type: int

HtmlTableLoadOption.Id property

Get or set the id of table to import from html

Type: String

HtmlTableLoadOption.Name property

Get or set the name of table to import from html

Type: String

HtmlTableLoadOption.OriginalSheetIndex property

Get or set the original index of worksheet in the html.

Type: int

HtmlTableLoadOption.TargetSheetIndex property

Get or set the target index of worksheet where the table is to be located.

Type: int

HtmlTableLoadOption.TableToListObject property

Indicates whether generate list objects from imported table. The default value is false.

Type: boolean