Item Property (C1CollectionView)
In This Topic
Gets or sets the item at the specified view index.
Syntax
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Object
public object this[
int
]; {get; set;}
Parameters
- index
- The zero-based index of the item in the view.
Property Value
The item at the specified view index.
See Also