C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRow Class / C1GridViewRow Constructor
The index of the C1GridViewRow object in the C1GridView.Rows collection.
The index of the DataItem in the underlying DataSet.
The row type of the C1GridViewRow.
The state of the C1GridViewRow object.

In This Topic
C1GridViewRow Constructor
In This Topic
Constructor. Initializes a new instance of the C1GridViewRow class.
Syntax
'Declaration
 
Public Function New( _
   ByVal rowIndex As System.Integer, _
   ByVal dataItemIndex As System.Integer, _
   ByVal rowType As C1GridViewRowType, _
   ByVal rowState As C1GridViewRowState _
)
 

Parameters

rowIndex
The index of the C1GridViewRow object in the C1GridView.Rows collection.
dataItemIndex
The index of the DataItem in the underlying DataSet.
rowType
The row type of the C1GridViewRow.
rowState
The state of the C1GridViewRow object.
See Also