'Declaration Public Function New( _ ByVal rowIndex As System.Integer, _ ByVal dataItemIndex As System.Integer, _ ByVal rowType As C1GridViewRowType, _ ByVal rowState As C1GridViewRowState _ )
public C1GridViewDataRow( System.int rowIndex, System.int dataItemIndex, C1GridViewRowType rowType, C1GridViewRowState rowState )
Parameters
- rowIndex
 - The index of the C1GridViewDataRow object in the C1GridView.Rows collection.
 - dataItemIndex
 - The index of the DataItem in the underlying DataSet.
 - rowType
 - The row type of the C1GridViewDataRow.
 - rowState
 - The state of the C1GridViewDataRow object.