HTMLCollection.Item
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.
public abstract Element this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
Return Value
Returns element.
Property Value
The Element
.
See Also
- class Element
- class HTMLCollection
- namespace Aspose.Html.Collections
- assembly Aspose.HTML