グリッドセルに表示される画像を取得します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Function GetCellImage( _
   ByVal  As System.Integer, _
   ByVal  As System.String _
) As System.Drawing.Image
             
        
            
            public System.Drawing.Image GetCellImage( 
   System.int ,
   System.string 
)
             
        
             
        
            パラメータ
- row
 
- 行インデックス。
 - colName
 
- 列名。
 
            
            戻り値の型
SetCellImage(Int32,String,Image)メソッドを使用して前にセルに 割り当てられた 
System.Drawing.Imageオブジェクト。
  
            
            
            
            
            
            
            
            
            
            
            参照