Class HtmlTableLoadOptionCollection

HtmlTableLoadOptionCollection class

Represents the table options when importing html.

public class HtmlTableLoadOptionCollection : CollectionBase<HtmlTableLoadOption>

Constructors

NameDescription
HtmlTableLoadOptionCollection()The default constructor.

Properties

NameDescription
AutoCreateListObjectsForAllTables { get; set; }Indicates whether generate list objects from table elements for all imported tables. The default value is false.
Capacity { get; set; }
Count { get; }
Item { get; }Gets the HtmlTableLoadOption element at the specified index.
Item { get; set; }

Methods

NameDescription
Add(HtmlTableLoadOption)Adds one HtmlTableLoadOption into this collection.
Add(int)Add a HtmlTableLoadOption to the list.
Add(string)Add a HtmlTableLoadOption to the list.
Add(int, int)Add a HtmlTableLoadOption to the list.
Add(string, int)Add a HtmlTableLoadOption to the list.
Add(int, int, int)Add a HtmlTableLoadOption to the list.
Add(string, int, int)Add a HtmlTableLoadOption to the list.
BinarySearch(HtmlTableLoadOption)
BinarySearch(HtmlTableLoadOption, IComparer<HtmlTableLoadOption>)
BinarySearch(int, int, HtmlTableLoadOption, IComparer<HtmlTableLoadOption>)
Clear()
Contains(HtmlTableLoadOption)
CopyTo(HtmlTableLoadOption[])
CopyTo(HtmlTableLoadOption[], int)
CopyTo(int, HtmlTableLoadOption[], int, int)
Exists(Predicate<HtmlTableLoadOption>)
Find(Predicate<HtmlTableLoadOption>)
FindAll(Predicate<HtmlTableLoadOption>)
FindIndex(Predicate<HtmlTableLoadOption>)
FindIndex(int, Predicate<HtmlTableLoadOption>)
FindIndex(int, int, Predicate<HtmlTableLoadOption>)
FindLast(Predicate<HtmlTableLoadOption>)
FindLastIndex(Predicate<HtmlTableLoadOption>)
FindLastIndex(int, Predicate<HtmlTableLoadOption>)
FindLastIndex(int, int, Predicate<HtmlTableLoadOption>)
GetEnumerator()
IndexOf(HtmlTableLoadOption)
IndexOf(HtmlTableLoadOption, int)
IndexOf(HtmlTableLoadOption, int, int)
LastIndexOf(HtmlTableLoadOption)
LastIndexOf(HtmlTableLoadOption, int)
LastIndexOf(HtmlTableLoadOption, int, int)
RemoveAt(int)

See Also