다음을 통해 공유


EditCommandColumn.InitializeCell(TableCell, Int32, ListItemType) 메서드

정의

열 내의 셀을 초기화합니다.

public:
 override void InitializeCell(System::Web::UI::WebControls::TableCell ^ cell, int columnIndex, System::Web::UI::WebControls::ListItemType itemType);
public override void InitializeCell (System.Web.UI.WebControls.TableCell cell, int columnIndex, System.Web.UI.WebControls.ListItemType itemType);
override this.InitializeCell : System.Web.UI.WebControls.TableCell * int * System.Web.UI.WebControls.ListItemType -> unit
Public Overrides Sub InitializeCell (cell As TableCell, columnIndex As Integer, itemType As ListItemType)

매개 변수

cell
TableCell

초기화할 셀에 대한 정보가 들어 있는 TableCell입니다.

columnIndex
Int32

셀이 있는 열 번호입니다.

itemType
ListItemType

ListItemType 값 중 하나입니다.

적용 대상