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 オブジェクトを含む行のインデックス。

適用対象

こちらもご覧ください