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 매개 변수의 값입니다. |