Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.08 KB

Access.TempVars.Item.md

File metadata and controls

35 lines (21 loc) · 1.08 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TempVars.Item property (Access)
vbaac10.chm14067
vbaac10.chm14067
Access.TempVars.Item
b2b71b6c-cfb4-0b1d-2417-a71725584642
03/06/2019
medium

TempVars.Item property (Access)

The Item property returns a specific member of a collection either by position or by index. Read-only TempVar.

Syntax

expression.Item (Index)

expression A variable that represents a TempVars object.

Parameters

Name Required/Optional Data type Description
Index Required Variant An expression that specifies the position of a member of the collection referred to by the expression argument.

If a numeric expression, the Index argument must be a number from 0 to the value of the collection's Count property minus 1.

If a string expression, the Index argument must be the name of a member of the collection.

[!includeSupport and feedback]