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