DynamicField.InitializeCell 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.
Ajoute du texte ou des contrôles à la cellule spécifiée.
public:
override void InitializeCell(System::Web::UI::WebControls::DataControlFieldCell ^ cell, System::Web::UI::WebControls::DataControlCellType cellType, System::Web::UI::WebControls::DataControlRowState rowState, int rowIndex);
public override void InitializeCell (System.Web.UI.WebControls.DataControlFieldCell cell, System.Web.UI.WebControls.DataControlCellType cellType, System.Web.UI.WebControls.DataControlRowState rowState, int rowIndex);
override this.InitializeCell : System.Web.UI.WebControls.DataControlFieldCell * System.Web.UI.WebControls.DataControlCellType * System.Web.UI.WebControls.DataControlRowState * int -> unit
Public Overrides Sub InitializeCell (cell As DataControlFieldCell, cellType As DataControlCellType, rowState As DataControlRowState, rowIndex As Integer)
Paramètres
- cell
- DataControlFieldCell
Objet qui contient le texte ou les contrôles de l'objet DynamicField.
- cellType
- DataControlCellType
Une des valeurs d'énumération qui spécifie la fonction de l'objet cell
.
- rowState
- DataControlRowState
Une des valeurs d'énumération qui spécifie l'état des lignes.
- rowIndex
- Int32
Index de la ligne contenant l'objet cell
.