HyperLinkField.InitializeCell Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a cell in a HyperLinkField object.
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)
Parameters
- cell
- DataControlFieldCell
A DataControlFieldCell that contains the text or controls of the HyperLinkField.
- cellType
- DataControlCellType
One of the DataControlCellType values.
- rowState
- DataControlRowState
One of the DataControlRowState values that specifies the state of the row containing the HyperLinkField.
- rowIndex
- Int32
The index of the row in the table.
Remarks
The InitializeCell method is called by the data-bound control that contains the HyperLinkField object to initialize a HyperLink control with the text and URL of the link.