HtmlTableLoadOption
Source: aspose.
Represents the option when import table from html.
new HtmlTableLoadOption()
Methods
getId()
Get or set the id of table to import from html
getName()
Get or set the name of table to import from html
getOriginalSheetIndex()
Get or set the original index of worksheet in the html.
getTableIndex()
Get or set the index of table to import from html.
getTableToListObject()
Indicates whether generate list objects from imported table. The default value is false.
getTargetSheetIndex()
Get or set the target index of worksheet where the table is to be located.
setId()
Get or set the id of table to import from html
setName()
Get or set the name of table to import from html
setOriginalSheetIndex()
Get or set the original index of worksheet in the html.
setTableIndex()
Get or set the index of table to import from html.
setTableToListObject()
Indicates whether generate list objects from imported table. The default value is false.
setTargetSheetIndex()
Get or set the target index of worksheet where the table is to be located.