Sdílet prostřednictvím


EditCommandColumn.InitializeCell(TableCell, Int32, ListItemType) Metoda

Definice

Inicializuje buňku ve sloupci.

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)

Parametry

cell
TableCell

A TableCell obsahující informace o buňce, která se má inicializovat.

columnIndex
Int32

Číslo sloupce, ve kterém je buňka umístěná.

itemType
ListItemType

Jedna z ListItemType hodnot.

Platí pro