Delete(Int32,Int32) Method
 
            
                In This Topic
            
            Deletes a range of rows or columns from the containing 
RenderTable.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub Delete( _
   ByVal  As Integer, _
   ByVal  As Integer _
) 
             
        
            
            public void Delete( 
   int ,
   int 
)
             
        
             
        
            Parameters
- position
 
- The index of the first row or column to delete.
 - count
 
- The number of rows or columns to delete.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also