Column Members (PowerPoint)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents a table column. The Column object is a member of the Columns collection. The Columns collection includes all the columns in a table.

Methods

Name

Description

Delete

Deletes the specified Column object.

Select

Selects the specified object.

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.