EditCommandColumn.InitializeCell(TableCell, Int32, ListItemType) Metoda

Definicja

Inicjuje komórkę w kolumnie.

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

Element TableCell zawierający informacje o komórce do zainicjowania.

columnIndex
Int32

Numer kolumny, w której znajduje się komórka.

itemType
ListItemType

Jedna z ListItemType wartości.

Dotyczy