Column Members
Include Protected Members
Include Inherited Members
Represents a table column. The Column object is a member of the Columns collection. The Columns collection includes all the columns in a table.
The Column type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Cells | Returns a CellRange collection that represents the cells in a table column or row. Read-only. | |
Parent | Returns the parent object for the specified object. | |
Width | Returns or sets the width of the specified object, in points. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified Column object. | |
Select | Selects the specified object. |
Top