HTMLCollection indexer

HTMLCollection indexer

Returns the index-th item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.

Indexer

NameDescription
indexThe index.

Returns

Returns element.

See Also