GridViewRow(Int32, Int32, DataControlRowType, DataControlRowState) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 .
- rowType
- DataControlRowType
열거형 값 중 DataControlRowType 하나입니다.
- rowState
- DataControlRowState
열거형 값의 DataControlRowState 비트 조합입니다.
설명
이 생성자를 사용하여 개체의 새 인스턴스를 GridViewRow 초기화합니다.
다음 표에서는 GridViewRow인스턴스에 대한 초기 속성 값을 보여 줍니다.
| 재산 | 초기 값 |
|---|---|
| DataItemIndex | 매개 변수의 값입니다 dataItemIndex . |
| RowIndex | 매개 변수의 값입니다 rowIndex . |
| RowState | 매개 변수의 값입니다 rowState . |
| RowType | 매개 변수의 값입니다 rowType . |