Version

WorksheetTable Class Methods

For a list of all members of this type, see WorksheetTable members.

Public Methods
 NameDescription
Public MethodClearFiltersClears all filters from the columns in the table.  
Public MethodClearSortConditionsClears all sort conditions from the columns in the table.  
Public MethodDeleteColumnsDeletes one or more columns from the table  
Public MethodDeleteDataRowsDeletes one or more data rows from the table  
Public MethodInsertColumnsInserts one or more columns into the table  
Public MethodInsertDataRowsInserts one or more data rows into the table  
Public MethodReapplyFiltersRe-filters all data cells in the table based on the filters from the columns in the table.  
Public MethodReapplySortConditionsRe-sorts all data cells in the table based on the sort conditions from the columns in the table.  
Public MethodResizeOverloaded. Resizes the table to a new range of data on the worksheet.  
Public MethodToStringGets the string representation of the table.  
See Also