다음을 통해 공유


Sheets.Item Property (Excel)

Returns a single object from a collection.

Syntax

.Item(Index)

A variable that represents a Sheets object.

Parameters

Name

Required/Optional

Data Type

Description

Index

필수

Variant

The name or index number of the object.

Example

This example activates Sheet1.

Sheets.Item("sheet1").Activate

참고 항목

개념

Sheets Object Members

Sheets Object