Class HtmlTableLoadOption
Contents
[
Hide
]HtmlTableLoadOption class
Represents the option when import table from html.
public class HtmlTableLoadOption
Constructors
Name | Description |
---|---|
HtmlTableLoadOption() | The default constructor. |
Properties
Name | Description |
---|---|
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. |
TableToListObject { get; set; } | Indicates whether generate list objects from imported table. The default value is false. |
TargetSheetIndex { get; set; } | Get or set the target index of worksheet where the table is to be located. |
See Also
- namespace Aspose.Cells
- assembly Aspose.Cells