ButtonColumn.InitializeCell(TableCell, Int32, ListItemType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Réinitialise une cellule dans l’objet ButtonColumn à son état initial.
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)
Paramètres
- columnIndex
- Int32
Numéro de colonne où se trouve la cellule.
- itemType
- ListItemType
Une des ListItemType valeurs.
Remarques
La InitializeCell méthode réinitialise la cellule spécifiée dans l’objet ButtonColumn à son état initial.