'Declaration
Public Function New( _ ByVal collection As ICollectionView(Of Object), _ ByVal dataIndex As Integer _ )
'Usage
Dim collection As ICollectionView(Of Object) Dim dataIndex As Integer Dim instance As New GridBoundRow(collection, dataIndex)
public GridBoundRow( ICollectionView<object> collection, int dataIndex )
Parameters
- collection
- The collection containing the item.
- dataIndex
- Index of the data inside the collection.