HtmlElementCollection::Item Property (Int32)
.NET Framework (current version)
Gets an item from the collection by specifying its numerical index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The position from which to retrieve an item from the collection.
Property Value
Type: System.Windows.Forms::HtmlElement^An item from the collection by specifying its numerical index.
Elements in an HtmlElementCollection are not guaranteed to be in source code order. In other words, just because a DIV element is the first element inside of a BODY tag does not mean that the first element of the collection will be the DIV element.
.NET Framework
Available since 2.0
Available since 2.0
Show: