'Declaration Public Default Property Item( _ ByVal index As System.Integer _ ) As System.Object
public System.object this[ System.int index ]; {get; set;}
Parameters
- index
 - The zero-based index of the item in the view.
 
'Declaration Public Default Property Item( _ ByVal index As System.Integer _ ) As System.Object
public System.object this[ System.int index ]; {get; set;}