GetDataFormatted Method (DetailRow)
 
            
                In This Topic
            
            Gets the display (formatted) value stored in this row at a given column.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable Function GetDataFormatted( _
   ByVal  As Column _
) As String
             
        
            
            public virtual string GetDataFormatted( 
   Column 
)
             
        
             
        
            Parameters
- col
 
- Column that contains the value.
 
            
            Return Value
Display value stored in the cell.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also