HtmlTableLoadOptionCollection.Item

HtmlTableLoadOptionCollection indexer

Gets the HtmlTableLoadOption element at the specified index.

public HtmlTableLoadOption this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also