TemplateColumn.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.
Appelle la classe de base d'un objet TableCell pour initialiser l'instance, puis applique ListItemType à la cellule.
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 la colonne dans laquelle la cellule se trouve.
- itemType
- ListItemType
Une des valeurs de l'objet ListItemType.