ButtonColumn.InitializeCell(TableCell, Int32, ListItemType) Metoda

Definicja

Resetuje komórkę w obiekcie do stanu początkowego ButtonColumn .

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

Obiekt TableCell reprezentujący komórkę do zresetowania.

columnIndex
Int32

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

itemType
ListItemType

ListItemType Jedna z wartości.

Uwagi

Metoda InitializeCell resetuje określoną komórkę w obiekcie do stanu początkowego ButtonColumn .

Dotyczy

Zobacz też