Gets and sets the element at the given index.
Read-write property
| Visual Basic |
|---|
Public Property Item( _ ByVal vIndex As Variant _ ) As Quadrilateral |
- vIndex
- A variant value which represents the index in the collection to get or set the element.
The resulting Quadrilateral object.
This property allows you to read or change elements in the collection.
Indicate the element you are interested by the given vIndex within the collection.