Item Property (C1CollectionView)
In This Topic
Gets or sets the item 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 of the items.
See Also