DynamicField.InitializeCell メソッド

定義

指定したセルにテキストまたはコントロールを追加します。

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

DynamicField オブジェクトのテキストまたはコントロールを含むオブジェクト。

cellType
DataControlCellType

cell オブジェクトの関数を指定する列挙値の 1 つ。

rowState
DataControlRowState

行の状態を指定する列挙値の 1 つ。

rowIndex
Int32

cell オブジェクトが格納されている行のインデックス。

適用対象

こちらもご覧ください