Version

WorksheetTableCollection Class Members

The following tables list the members exposed by WorksheetTableCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of tables in the collection.  
Public PropertyItemOverloaded. Gets the WorksheetTable at the specified index.  
Public Methods
 NameDescription
Public MethodAddFormats a region as a table and adds an associated WorksheetTable to the collection.  
Public MethodClearClears the collection and removes all tables from the worksheet.  
Public MethodContainsDetermines whether the specified WorksheetTable is in the collection.  
Public MethodExistsDetermines whether a WorksheetTable with the specified name is in the collection.  
Public MethodIndexOfGets the index of the specified WorksheetTable in the collection.  
Public MethodRemoveRemoves the WorksheetTable from the collection.  
Public MethodRemoveAtRemoves the WorksheetTable at the specified index.  
See Also