| Name | Description |
| Add | Method that creates a new CustomTable. The new created CustomTable is returned. |
| AddBendTableWithOptions | Method that creates a new bend table. The newly created CustomTable is returned. |
| AddConfigurationTable | Method that creates a new configuration (iPart/iAssembly) table. The newly created CustomTable is returned. |
| AddCSVTable | Method that creates a new custom table based on a CSV (comma delimited) file. The newly created CustomTable is returned. |
| AddExcelTable | Method that creates a new custom table based on an excel file. The newly created CustomTable is returned. |
| CreateTableFormat | Method that creates a TableFormat object. |
| Name | Description |
| Application | Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| Count | Property that returns the number of items in this collection. |
| Item | Returns the specified object in the collection. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |
| Name | Description |
| Custom Table - create | This sample demonstrates how to create a custom table. |
| Create a Bend Table | This sample demonstrates the creation of a bend table in a drawing from a sheet metal part. |
| Create a Configuration Table | This sample demonstrates the creation of a configuration (iPart/iAssembly) table in a drawing from a factory document. |
| Create a drawing Excel Table | This sample demonstrates the creation of a table based on an Excel file in a drawing. |