AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
FileName |
Gets/Sets the File Name of this linked table. Fails if this table is embedded. Setting a new File Name may add new parameters, update existing ones, and may turn some to DriverLost. |
Linked |
Property that specifies if the Excel document is linked or embedded to the Autodesk Inventor document. |
Parent |
Property that returns the parent object of this ParameterTable. This property will return different types of objects depending on the document type the ParameterTable is contained in. If the ParameterTable is in a part document then the parent is a PartComponentDefinition object. If the ParameterTable is in an assembly document then the parent is an AssemblyComponentDefinition. If the document is a drawing document then the parent is a DraftDocument. |
ReferencedFileDescriptor |
Gets the description of the linked file. |
StartCell |
Gets the starting cell in the WorkSheet from which the table is derived. |
TableParameters |
Property that returns the TableParameters collection object. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
WorkSheet |
Property that returns the Excel WorkSheet object. Using the Excel Automation interface you can query and modify the contents of the sheet. |