Remove Method
Remove(int, int)
Removes a column or range of columns.
 
Declaration
  public void Remove(int index, int count)
 
  Public Sub Remove(index As Integer, count As Integer)
 
Parameters
  
    
      | Type | 
      Name | 
      Description | 
    
  
  
    
      | int | 
      index | 
      Column index at which to start 
 | 
    
    
      | int | 
      count | 
      Number of columns to remove 
 |