Select Method (C1NumericBox)
 
            
                In This Topic
            
            Selects the text specified by start and length.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Sub Select( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) 
             
        
            
            public void Select( 
   System.int ,
   System.int 
)
             
        
             
        
            Parameters
- start
 
- Start of the selection.
 - length
 
- Length of the selection.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also