Selects a range of cells and scrolls it into view.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Select( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) 
             
        
            
            public void Select( 
   System.int ,
   System.int ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- row
 
- New value for the Row property.
 - col
 
- New value for the Col property.
 - rowSel
 
- New value for the RowSel property.
 - colSel
 
- New value for the ColSel property.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照