DynamicField.InitializeCell Yöntem

Tanım

Belirtilen hücreye metin veya denetim ekler.

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)

Parametreler

cell
DataControlFieldCell

Nesnenin metnini veya denetimlerini DynamicField içeren nesne.

cellType
DataControlCellType

nesnesinin işlevini cell belirten numaralandırma değerlerinden biri.

rowState
DataControlRowState

Satır durumunu belirten numaralandırma değerlerinden biri.

rowIndex
Int32

Nesnenin içinde bulunduğu satırın cell dizini.

Şunlara uygulanır

Ayrıca bkz.