HyperLinkField.InitializeCell メソッド

定義

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)

パラメーター

cell
DataControlFieldCell

DataControlFieldCell のテキストまたはコントロールを格納する HyperLinkField

cellType
DataControlCellType

DataControlCellType 値のいずれか 1 つ。

rowState
DataControlRowState

DataControlRowState 値の 1 つ。HyperLinkField を格納する行の状態を示します。

rowIndex
Int32

テーブルの行のインデックス。

注釈

このメソッドは InitializeCell 、リンクのテキストと URL を使用してコントロールを HyperLinkField 初期化するオブジェクトを HyperLink 含むデータ バインド コントロールによって呼び出されます。

適用対象