GetUnboundValue Method (Row)
 
            
                In This Topic
            
            Gets the unbound value stored in this row at a given column.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overridable Function GetUnboundValue( _
   ByVal  As Column _
) As Object
             
        
            
            protected virtual object GetUnboundValue( 
   Column 
)
             
        
             
        
            Parameters
- col
 
- Column that contains the value.
 
            
            Return Value
The unbound value stored at the given column.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also