Share

iAssemblyTableCell Object


Description

The iAssemblyTableCell object represents an individual cell in the iAssembly factory table.

Properties

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.
Column Property that returns the index of this cell within the parent iAssemblyTableColumn.
HasFormula Property that returns whether a formula (equation) was input into this cell via Excel. Such cells show with a red background in the user interface and are not editable.
IsValid Property that returns whether the contents of this cell are valid. Invalid cells show with a yellow background in the user interface.
Parent Property that returns the parent iAssemblyFactory object.
Row Property that returns the index of this cell within the parent iAssemblyTableRow.
Type Returns an ObjectTypeEnum indicating this object's type.
Value Read-write property that gets and sets the value of the cell.

Accessed From

iAssemblyTableColumn.Item, iAssemblyTableRow.Item

Version

Introduced in version 11

Was this information helpful?