DynamicField.InitializeCell Método

Definición

Agrega texto o controles a la celda especificada.

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)

Parámetros

cell
DataControlFieldCell

Objeto que contiene el texto o los controles del DynamicField objeto .

cellType
DataControlCellType

Uno de los valores de enumeración que especifica la función del cell objeto .

rowState
DataControlRowState

Uno de los valores de enumeración que especifica el estado de fila.

rowIndex
Int32

Índice de la fila en la que se encuentra el cell objeto.

Se aplica a

Consulte también