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