Cell Object
Description
The Cell object represents an individual cell in the table. A cell is the intersection between a column and a row. See the Custom Tables article in the overviews section for more information.
Properties
| 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 |
Returns the index of this cell within the parent Column. |
| IsMerged |
Returns whether this cell is merged or not. |
| MergedCell |
Returns the merged cell that this cell is merged in. |
| Parent |
Property that returns the parent Table object. |
| Row |
Returns the index of this cell within the parent Row. |
| Static |
Gets and sets whether or not the contents of this cell are static. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |
| Value |
Specifies the value of the cell. |
Accessed From
MergedCell.EndCell,
MergedCell.StartCell,
Row.Item
Samples
| Parts List Edit |
This sample illustrates editing the contents of the parts list. |
| Parts List Query |
This sample illustrates querying the contents of the parts list. |
Version
Introduced in version 9