セルの範囲を選択します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Select( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Boolean _
) 
             
        
            
            public void Select( 
   System.int ,
   System.int ,
   System.int ,
   System.int ,
   System.bool 
)
             
        
             
        
            パラメータ
- row
 
- Rowプロパティの新しい値。
 - col
 
- Colプロパティの新しい値。
 - rowSel
 
- RowSelプロパティの新しい値。
 - colSel
 
- ColSelプロパティの新しい値。
 - show
 
- 新しい選択範囲を表示範囲までスクロールするかどうか。
 
            
             
            
            
            
            
            
            
            
            
            
            
            参照