GridViewRow(Int32, Int32, DataControlRowType, DataControlRowState) 构造函数

定义

初始化 GridViewRow 类的新实例。

public:
 GridViewRow(int rowIndex, int dataItemIndex, System::Web::UI::WebControls::DataControlRowType rowType, System::Web::UI::WebControls::DataControlRowState rowState);
public GridViewRow (int rowIndex, int dataItemIndex, System.Web.UI.WebControls.DataControlRowType rowType, System.Web.UI.WebControls.DataControlRowState rowState);
new System.Web.UI.WebControls.GridViewRow : int * int * System.Web.UI.WebControls.DataControlRowType * System.Web.UI.WebControls.DataControlRowState -> System.Web.UI.WebControls.GridViewRow
Public Sub New (rowIndex As Integer, dataItemIndex As Integer, rowType As DataControlRowType, rowState As DataControlRowState)

参数

rowIndex
Int32

来自 GridViewRow 控件的 Rows 集合的 GridView 对象的索引。

dataItemIndex
Int32

基础 DataItemDataSet 的索引。

rowType
DataControlRowType

DataControlRowType 枚举值之一。

rowState
DataControlRowState

DataControlRowState 枚举值的按位组合。

注解

使用此构造函数初始化对象的新实例 GridViewRow

下表显示了实例 GridViewRow的初始属性值。

属性 初始值
DataItemIndex dataItemIndex 参数的值。
RowIndex rowIndex 参数的值。
RowState rowState 参数的值。
RowType rowType 参数的值。

适用于

另请参阅