Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.28 KB

Outlook.Column.Name.md

File metadata and controls

38 lines (22 loc) · 1.28 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Column.Name property (Outlook)
vbaol11.chm2749
vbaol11.chm2749
Outlook.Column.Name
e69a8a53-d348-2147-28cf-d41ea80bba61
06/08/2017
medium

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

[!includeSupport and feedback]