AdvancedCollectionView.Item[Int32] Property

Definition

Gets or sets the element at the specified index.

public object this[int index] { get; set; }
member this.Item(int) : obj with get, set
Default Public Property Item(index As Integer) As Object

Parameters

index
Int32

The zero-based index of the element to get or set.

Property Value

The element at the specified index.

Implements

Exceptions

index is not a valid index in the IList<T>.

The property is set and the IList<T> is read-only.

Applies to