Share

Column Object


Description

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

Methods

Name Description
Delete Method that deletes this Column object.
Reposition Method that repositions the column 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.
InternalTitle Property that returns the internal name of the column title.
Parent Property that returns the parent Table.
Title Specifies the title of the column.
TitleHorizontalJustification Specifies the horizontal justification of the column title.
Type Returns an ObjectTypeEnum indicating this object's type.
ValueHorizontalJustification Specifies the horizontal justification of the column values.
Width Specifies the width of the column.

Accessed From

Columns.Add, Columns.Item

Samples

Name Description
Custom Table - create This sample demonstrates how to create a custom table.

Version

Introduced in version 9

Was this information helpful?