Select(Int32,Int32) Method
 
            
                In This Topic
            
            Selects a given cell.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub Select( _
   ByVal  As Integer, _
   ByVal  As Integer _
) 
             
        
            
            public void Select( 
   int ,
   int 
)
             
        
             
        
            Parameters
- row
 
- Index of the row that contains the selected cell.
 - col
 
- Index of the column that contains the selected cell.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also