GetDataRaw Method (BoundRow)
 
            
                In This Topic
            
            Gets the raw (unformatted) value stored in this row at a given column.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable Function GetDataRaw( _
   ByVal  As Column _
) As Object
             
        
            
            public virtual object GetDataRaw( 
   Column 
)
             
        
             
        
            Parameters
- col
 
- Column that contains the value.
 
            
            Return Value
Raw value stored in the cell.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also