Item Property (C1DataCollectionBindingList)
In This Topic
Gets the
System.Object at the specified index.
Syntax
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Object
public object this[
int
]; {get; set;}
Parameters
- index
- The index.
See Also