GridView::CreateRow Method (Int32, Int32, DataControlRowType, DataControlRowState)
.NET Framework (current version)
Creates a row in the GridView control.
Assembly: System.Web (in System.Web.dll)
protected: virtual GridViewRow^ CreateRow( int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState )
Parameters
- rowIndex
-
Type:
System::Int32
The index of the row to create.
- dataSourceIndex
-
Type:
System::Int32
The index of the data source item to bind to the row.
- rowType
-
Type:
System.Web.UI.WebControls::DataControlRowType
One of the DataControlRowType values.
- rowState
-
Type:
System.Web.UI.WebControls::DataControlRowState
One of the DataControlRowState values.
Return Value
Type: System.Web.UI.WebControls::GridViewRow^A GridViewRow created using the specified parameters.
.NET Framework
Available since 2.0
Available since 2.0
Show:
