Class HtmlTableLoadOption
Class HtmlTableLoadOption
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the option when import table from html.
public class HtmlTableLoadOption
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
HtmlTableLoadOption()
public HtmlTableLoadOption()
Properties
Id
Get or set the id of table to import from html
public string Id { get; set; }
Property Value
Name
Get or set the name of table to import from html
[Obsolete("Please use HtmlTableLoadOption.Id instead")]
public string Name { get; set; }
Property Value
OriginalSheetIndex
Get or set the original index of worksheet in the html.
public int OriginalSheetIndex { get; set; }
Property Value
TableIndex
Get or set the index of table to import from html.
public int TableIndex { get; set; }
Property Value
TableToListObject
Indicates whether generate list objects from imported table. The default value is false.
public bool TableToListObject { get; set; }
Property Value
TargetSheetIndex
Get or set the target index of worksheet where the table is to be located.
public int TargetSheetIndex { get; set; }