Column Members
Include Protected Members
Include Inherited Members
Represents a single table column. The Column object is a member of the Columns collection.
The Column type exposes the following members.
Methods
Name | Description | |
---|---|---|
AutoFit | Changes the width of a table column to accommodate the width of the text without changing the way text wraps in the cells. | |
Delete | Deletes the specified object. | |
Select | Selects the specified object. | |
SetWidth | Sets the width of a column in a table. | |
Sort | Sorts the specified table column. | |
SortOld | Reserved for internal use. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the creator of the specified object. | |
Borders | Returns or sets a Borders collection that represents all the borders for the specified object. | |
Cells | Returns a Cells collection that represents the table cells in a column. | |
Creator | Returns a value that indicates the application in which the specified object was created. | |
Index | Returns a value that represents the position of an item in a collection. | |
IsFirst | Returns a value that indicates if the specified column is the first one in the table. | |
IsLast | Returns a value that indicates if the specified column is the last one in the table. | |
NestingLevel | Returns the nesting level of the specified column. | |
Next | Returns the next object in the collection. | |
Parent | Returns the parent object of the specified object. | |
PreferredWidth | Returns or sets the preferred width (in points or as a percentage of the window width) for the specified column. | |
PreferredWidthType | Returns or sets the preferred unit of measurement to use for the width of the specified column. | |
Previous | Returns the previous object in the collection. | |
Shading | Returns a Shading object that refers to the shading formatting for the specified object. | |
Width | Returns or sets the width of the specified object in points. |
Top