DynamicField.InitializeCell Metoda

Definicja

Dodaje tekst lub kontrolki do określonej komórki.

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)

Parametry

cell
DataControlFieldCell

Obiekt zawierający tekst lub kontrolki DynamicField obiektu.

cellType
DataControlCellType

Jedna z wartości wyliczenia, która określa funkcję cell obiektu.

rowState
DataControlRowState

Jedna z wartości wyliczenia, która określa stan wiersza.

rowIndex
Int32

Indeks wiersza, w ramach cell którego znajduje się obiekt.

Dotyczy

Zobacz też