Share via


Column Object Members

Word Developer Reference

Represents a single table column. The Column object is a member of the Columns collection. The Columns collection includes all the columns in a table, selection, or range.

Methods

  Name Description
Bb257489.methods(en-us,office.12).gif AutoFit Changes the width of a table column to accommodate the width of the text without changing the way text wraps in the cells.
Bb257489.methods(en-us,office.12).gif Delete Deletes the specified column.
Bb257489.methods(en-us,office.12).gif Select Selects the specified table column.
Bb257489.methods(en-us,office.12).gif SetWidth Sets the width of a column in a table.
Bb257489.methods(en-us,office.12).gif Sort Sorts the specified table column.

Properties

  Name Description
Bb257489.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257489.properties(en-us,office.12).gif Borders Returns a Borders collection that represents all the borders for the specified object.
Bb257489.properties(en-us,office.12).gif Cells Returns a Cells collection that represents the table cells in a table column. Read-only.
Bb257489.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257489.properties(en-us,office.12).gif Index Returns a Long that represents the position of an item in a collection. Read-only.
Bb257489.properties(en-us,office.12).gif IsFirst True if the specified column or row is the first one in the table. Read-only Boolean.
Bb257489.properties(en-us,office.12).gif IsLast True if the specified column or row is the last one in the table. Read-only Boolean.
Bb257489.properties(en-us,office.12).gif NestingLevel Returns the nesting level of the specified column. Read-only Long.
Bb257489.properties(en-us,office.12).gif Next Returns the next column in a collection of table columns. Read-only.
Bb257489.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Column object.
Bb257489.properties(en-us,office.12).gif PreferredWidth Returns or sets the preferred width (in points or as a percentage of the window width) for the specified column. Read/write Single.
Bb257489.properties(en-us,office.12).gif PreferredWidthType Returns or sets the preferred unit of measurement to use for the width of the specified table column. Read/write WdPreferredWidthType.
Bb257489.properties(en-us,office.12).gif Previous Returns the previous column in a collection of table columns. Read-only.
Bb257489.properties(en-us,office.12).gif Shading Returns a Shading object that refers to the shading formatting for the specified column.
Bb257489.properties(en-us,office.12).gif Width Returns or sets the width of the specified column, in points. Read/write Long.