セル範囲を選択し、選択範囲を表示範囲までスクロールします。
            
            
            シンタックス
            
            
            
            
            '宣言
 
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
 
- Rowプロパティの新しい値。
 - col
 
- Colプロパティの新しい値。
 - rowSel
 
- RowSelプロパティの新しい値。
 - colSel
 
- ColSelプロパティの新しい値。
 
            
             
            
            
            
            
            
            
            
            
            
            
            参照