[]
Gets the view item (element) at the specified ordinal position.
public T this[int ordinal] { get; }
Public ReadOnly Default Property Item(ordinal As Integer) As T
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based ordinal position of the view item. |