ExtractValuesFromCell Method (C1ImageField)
Fills the specified
System.Collections.Specialized.IOrderedDictionary object with values from the specified
C1GridViewCell object.
'Declaration
Public Overrides Sub ExtractValuesFromCell( _
ByVal As System.Collections.Specialized.IOrderedDictionary, _
ByVal As C1GridViewCell, _
ByVal As C1GridViewRowState, _
ByVal As System.Boolean _
)
Parameters
- dictionary
- A System.Collections.Specialized.IOrderedDictionary used to store the values of the specified cell.
- cell
- The C1GridViewCell object that contains the values to retrieve.
- rowState
- One of the C1GridViewRowState values.
- includeReadOnly
- True to include the values of read-only fields; otherwise, false.