Partager via


DynamicField.InitializeCell Méthode

Définition

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.

S’applique à

Voir aussi