共用方式為


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 物件的函式。

rowState
DataControlRowState

一個列舉值,指定資料列狀態。

rowIndex
Int32

包含 cell 物件的資料列索引。

適用於

另請參閱