Partager via


HyperLinkField.InitializeCell Méthode

Définition

Initialise une cellule dans un HyperLinkField.

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

DataControlFieldCell qui contient le texte ou les contrôles du HyperLinkField.

cellType
DataControlCellType

Une des valeurs de l'objet DataControlCellType.

rowState
DataControlRowState

Une des valeurs DataControlRowState qui spécifie l'état de la ligne contenant HyperLinkField.

rowIndex
Int32

Index de la ligne dans la table.

Remarques

La InitializeCell méthode est appelée par le contrôle lié aux données qui contient l’objet HyperLinkField pour initialiser un HyperLink contrôle avec le texte et l’URL du lien.

S’applique à