Method | Description | |
---|---|---|
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void |
Adds text or controls to a cell's controls collection.
|
public InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void | ||
cell | System.Web.UI.WebControls.DataControlFieldCell | A |
cellType | DataControlCellType | One of the |
rowState | DataControlRowState | One of the |
rowIndex | int | The index of the row that the |
return | void |