Selects a cell.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Select( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Boolean _
) 
             
        
            
            public void Select( 
   System.int ,
   System.int ,
   System.bool 
)
             
        
             
        
            パラメータ
- row
 
- New value for the Row property.
 - col
 
- New value for the Col property.
 - show
 
- Whether to scroll the new selection into view.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照