Description
-
Holds reference to specific item in the collection.
Property type
-
A wodHtmlEntity
object. Reference to requested entity
object.
Syntax
-
object.Item(Index)
The Item Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodHtmlEntities. |
| Index |
Required. An Integer
value. Specifies index of the entity in the
collection. |
Remarks
-
Item property will return reference to IwodHtmlEntity
object you requested using Index argument.
|