HtmlTableLoadOption Class
Contents
[
Hide
]HtmlTableLoadOption class
Represents the option when import table from html.
type HtmlTableLoadOption struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewHtmlTableLoadOption | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetTableIndex | Get or set the index of table to import from html. |
| SetTableIndex | Get or set the index of table to import from html. |
| GetId | Get or set the id of table to import from html |
| SetId | Get or set the id of table to import from html |
| GetOriginalSheetIndex | Get or set the original index of worksheet in the html. |
| SetOriginalSheetIndex | Get or set the original index of worksheet in the html. |
| GetTargetSheetIndex | Get or set the target index of worksheet where the table is to be located. |
| SetTargetSheetIndex | Get or set the target index of worksheet where the table is to be located. |
| GetTableToListObject | Indicates whether generate list objects from imported table.The default value is false. |
| SetTableToListObject | Indicates whether generate list objects from imported table.The default value is false. |