Gets the value in a grid cell, formatted as a string.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Overridable Function GetDataDisplay( _
   ByVal  As System.Integer, _
   ByVal  As System.String _
) As System.String
             
        
            
            public virtual System.string GetDataDisplay( 
   System.int ,
   System.string 
)
             
        
             
        
            パラメータ
- row
 
- Row index.
 - colName
 
- Column name.
 
            
            戻り値の型
A string containing the data displayed in the given grid cell.