Share

Row Object


Description

The Row object represents a single row in this custom table. See the Custom Tables overview for more information.

Methods

Name Description
Delete Method that deletes this Row object.
Reposition Method that repositions the row within the 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.
Count Property that returns the number of items in the collection.
Height Specifies the height of the row.
Item Returns the specified Cell object from the collection.
Parent Property that returns the parent Table.
Type Returns an ObjectTypeEnum indicating this object's type.
Visible Gets and sets whether the row is visible.

Accessed From

Rows.Add, Rows.Item

Version

Introduced in version 9

Was this information helpful?