다음을 통해 공유


ButtonField.InitializeCell 메서드

정의

지정된 DataControlFieldCell 개체를 지정된 행 상태로 초기화합니다.

public:
 override void InitializeCell(System::Web::UI::WebControls::DataControlFieldCell ^ cell, System::Web::UI::WebControls::DataControlCellType cellType, System::Web::UI::WebControls::DataControlRowState rowState, int rowIndex);
public override void InitializeCell (System.Web.UI.WebControls.DataControlFieldCell cell, System.Web.UI.WebControls.DataControlCellType cellType, System.Web.UI.WebControls.DataControlRowState rowState, int rowIndex);
override this.InitializeCell : System.Web.UI.WebControls.DataControlFieldCell * System.Web.UI.WebControls.DataControlCellType * System.Web.UI.WebControls.DataControlRowState * int -> unit
Public Overrides Sub InitializeCell (cell As DataControlFieldCell, cellType As DataControlCellType, rowState As DataControlRowState, rowIndex As Integer)

매개 변수

cell
DataControlFieldCell

초기화할 DataControlFieldCell입니다.

cellType
DataControlCellType

행의 형식(머리글, 바닥글 또는 데이터)을 나타내는 DataControlCellType 값입니다.

rowState
DataControlRowState

DataControlRowState 값 중 하나입니다.

rowIndex
Int32

행의 인덱스(0부터 시작)입니다.

설명

InitializeCell 메서드는 지정 된 단추 유형을 만듭니다.는 ButtonType 속성에 추가 합니다 Controls 의 컬렉션을 DataControlFieldCell 개체. 합니다 CommandArgument 의 속성을 Button 로 설정 되어 rowIndex입니다.

적용 대상

추가 정보