DynamicField.ExtractValuesFromCell Metod

Definition

Extraherar värdet för datafältet från den aktuella tabellcellen och lägger till värdet i den angivna ordlistan.

public:
 override void ExtractValuesFromCell(System::Collections::Specialized::IOrderedDictionary ^ dictionary, System::Web::UI::WebControls::DataControlFieldCell ^ cell, System::Web::UI::WebControls::DataControlRowState rowState, bool includeReadOnly);
public override void ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary dictionary, System.Web.UI.WebControls.DataControlFieldCell cell, System.Web.UI.WebControls.DataControlRowState rowState, bool includeReadOnly);
override this.ExtractValuesFromCell : System.Collections.Specialized.IOrderedDictionary * System.Web.UI.WebControls.DataControlFieldCell * System.Web.UI.WebControls.DataControlRowState * bool -> unit
Public Overrides Sub ExtractValuesFromCell (dictionary As IOrderedDictionary, cell As DataControlFieldCell, rowState As DataControlRowState, includeReadOnly As Boolean)

Parametrar

dictionary
IOrderedDictionary

Ordlistan som ska innehålla cellvärdena.

cell
DataControlFieldCell

Cellen som innehåller objektets text eller kontroller DynamicField .

rowState
DataControlRowState

Ett av uppräkningsvärdena som anger radtillståndet.

includeReadOnly
Boolean

trueför att inkludera värdena för skrivskyddade fält i dictionary, annars . false

Gäller för