Share

ContentTableRow Object


Description

The ContentTableRow object represents the row of the table associated with a particular content center family.

Methods

Name Description
Delete Method that deletes this row from the table. Any changes to the table are not actually applied until the ContentFamily.Save method is called.
GetCellValue This method returns value of cell specified by given index. Caller can specify particular custom parameters which will be used for expression evaluation.

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.
ContentIdentifier Property that returns the identifier for this object. This can be used with the GetContentObject method of the ContentCenter object to obtain this object at a later time.
Count Property that returns the number of ContentTableCell objects in the collection.
Index Property that returns the index of this row within the table.
InternalName Property that returns the internal name of the ContentTableRow. The internal name uniquely identifies this row with respect to other rows in the family and it cannot be changed so it will remain consistent.
IsSuppressed Gets/sets the suppressed state of this row.
Item Returns the specified ContentTableCell object from the collection.
Parent Property that returns the parent ContentFamily object.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ContentTableRows.Add, ContentTableRows.Item

Version

Introduced in version 2010

Was this information helpful?