Column.Name property (Outlook)

Returns a String value that represents the name of the Column. Read-only.

Syntax

expression.Name

expression A variable that represents a Column object.

Remarks

The Name property is the default member of the Column object.

If the Column is a default column in the Table, or if it has been added to the Table with the explicit built-in name for the property, the value of Name is the explicit built-in name (without any enclosing brackets) for the property. If the Column has been added to the Table with a property name referencing a namespace, the value of Name will be the property name referenced by namespace. For more information on referencing properties by namespace, see Referencing Properties by Namespace.

See also

Column Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.