다음을 통해 공유


ImportExportSpecifications.Item Property (Access)

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

Version Information

추가된 버전: Access 2007

Syntax

.Item(Index)

A variable that represents an ImportExportSpecifications object.

Parameters

Name

Required/Optional

Data Type

Description

Index

필수

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.

참고 항목

개념

ImportExportSpecifications Collection

ImportExportSpecifications Object Members