| 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. |