GridBoundRow Constructor(IDataCollection<Object>,Int32)
In This Topic
Initializes a new instance of the
GridBoundRow class.
Syntax
'Declaration
Public Function New( _
ByVal As C1.DataCollection.IDataCollection(Of Object), _
ByVal As Integer _
)
'Usage
Dim collection As C1.DataCollection.IDataCollection(Of Object)
Dim dataIndex As Integer
Dim instance As New GridBoundRow(collection, dataIndex)
public GridBoundRow(
C1.DataCollection.IDataCollection<object> ,
int
)
Parameters
- collection
- The collection containing the item.
- dataIndex
- Index of the data inside the collection.
See Also