HtmlTableLoadOption
Contents
[
Hide
]HtmlTableLoadOption class
Represents the option when import table from html.
Constructors
| Name | Description |
|---|---|
| HtmlTableLoadOption |
Properties
| Name | Type | Description |
|---|---|---|
| TableIndex | int | Get or set the index of table to import from html. |
| Id | String | Get or set the id of table to import from html |
| Name | String | Get or set the name of table to import from html |
| OriginalSheetIndex | int | Get or set the original index of worksheet in the html. |
| TargetSheetIndex | int | Get or set the target index of worksheet where the table is to be located. |
| TableToListObject | boolean | Indicates 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