Remove Method (TableVectorGroupCollection)
 
            
                In This Topic
            
            Removes the specified element from the current list.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Sub Remove( _
   ByVal  As Object _
) 
             
        
            
            protected void Remove( 
   object 
)
             
        
             
        
            Parameters
- obj
 
- The element to remove.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also