指定された行と列に表示される GridCellオブジェクトを返します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public ReadOnly Default Property Item( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As GridCell
             
        
            
            public GridCell this[ 
   System.int ,
   System.int 
]; {get;}
             
        
             
        
            パラメータ
- row
 
- 行番号。
 - col
 
- 列番号。
 
            
            プロパティ値
GridCellオブジェクト。
 
            
            
            
            
            
            
            
            
            
            
            
            参照