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

objectHtmlTableLoadOption

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

string

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

string

OriginalSheetIndex

Get or set the original index of worksheet in the html.

public int OriginalSheetIndex { get; set; }

Property Value

int

TableIndex

Get or set the index of table to import from html.

public int TableIndex { get; set; }

Property Value

int

TableToListObject

Indicates whether generate list objects from imported table. The default value is false.

public bool TableToListObject { get; set; }

Property Value

bool

TargetSheetIndex

Get or set the target index of worksheet where the table is to be located.

public int TargetSheetIndex { get; set; }

Property Value

int