Share

iPartTableCell Object


Description

The iPartTableCell object represents an individual cell in the iPart 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 iPartTableColumn.
CustomCell Gets and sets whether this is a custom parameter cell.
CustomIncrement Gets and sets the increment value for custom parameter cell.
CustomRangeMaximum Gets and sets the maximum value for a custom parameter.
CustomRangeMinimum Gets and sets the minimum value for a custom parameter.
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 iPartTableRow object.
Row Property that returns the index of this cell within the parent iPartTableRow.
Type Returns an ObjectTypeEnum indicating this object's type.
Value Gets and sets the value of the cell.

Accessed From

iPartTableColumn.Item, iPartTableRow.Item

Version

Introduced in version 6

Was this information helpful?