TemplateField.InitializeCell メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セルのコントロールのコレクションにテキストまたはコントロールを追加します。
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 のテキストまたはコントロールを格納する DataControlField。
- cellType
- DataControlCellType
DataControlCellType 値のいずれか 1 つ。
- rowState
- DataControlRowState
DataControlRowState 値の 1 つ。DataControlFieldCell を格納する行の状態を示します。
- rowIndex
- Int32
DataControlFieldCell を含む行のインデックス。
注釈
オブジェクトを使用してデータまたはコントロールを使用 DataControlFieldCell してテーブル構造のセルを初期化するカスタム データ バインド コントロールを作成するときに、このメソッドを呼び出します。