ExtractValuesFromCell Method (C1BaseField)
                In This Topic
            
            Fills the specified 
System.Collections.Specialized.IOrderedDictionary object with values from the specified 
C1GridViewCell object.
Syntax
            
            
            
            
            'Declaration
 
Public Overridable Sub ExtractValuesFromCell( _
   ByVal  As System.Collections.Specialized.IOrderedDictionary, _
   ByVal  As C1GridViewCell, _
   ByVal  As C1GridViewRowState, _
   ByVal  As System.Boolean _
) 
             
        
            
            public virtual void ExtractValuesFromCell( 
   System.Collections.Specialized.IOrderedDictionary ,
   C1GridViewCell ,
   C1GridViewRowState ,
   System.bool 
)
             
        
             
        
            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.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also