Gets the image displayed in a grid cell.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Function GetCellImage( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Drawing.Image
             
        
            
            public System.Drawing.Image GetCellImage( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- row
 
- Row index.
 - col
 
- Column index.
 
            
            戻り値の型
An 
System.Drawing.Image object previously assigned to the cell using the 
SetCellImage(Int32,String,Image) method.