Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.25 KB

Outlook.Columns.Item.md

File metadata and controls

44 lines (25 loc) · 1.25 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Columns.Item method (Outlook)
vbaol11.chm2740
vbaol11.chm2740
Outlook.Columns.Item
d9abb503-32ea-d98b-bc43-d818c8b72883
06/08/2017
medium

Columns.Item method (Outlook)

Obtains a Column object specified by Index.

Syntax

expression.Item (Index)

expression A variable that represents a 'Columns' object.

Parameters

Name Required/Optional Data type Description
Index Required Variant A 1-based index value that can be either a Long representing the column index for the Columns collection or a String representing the Name of the Column.

Return value

A Column object that represents the column matching the Index in the Table. Returns the error, "Array index out of bounds" if Index is an invalid Long integer. Returns Null (Nothing in Visual Basic) if Index is a String representing a column name that cannot be found in the Table.

See also

Columns Object

[!includeSupport and feedback]