Class HtmlTableLoadOption

HtmlTableLoadOption class

Represents the option when import table from html.

public class HtmlTableLoadOption

Constructors

NameDescription
HtmlTableLoadOption()The default constructor.

Properties

NameDescription
AutoCreateListObjects { get; set; }Indicates whether generate list objects from table elements. The default value is false.
Id { get; set; }Get or set the id of table to import from html
Name { get; set; }(Obsolete.) Get or set the name of table to import from html
OriginalSheetIndex { get; set; }Get or set the original index of worksheet in the html.
TableIndex { get; set; }Get or set the index of table to import from html.
TargetSheetIndex { get; set; }Get or set the target index of worksheet where the table is to be located.

See Also