Partager via


CellRange.Item Method (PowerPoint)

Returns a single Cell object from the specified CellRange collection.

Syntax

expression .Item(Index)

expression A variable that represents a CellRange object.

Parameters

Name

Required/Optional

Data Type

Description

Index

Required

Long

The index number of the single Cell object in the collection to be returned.

Return Value

Cell

See Also

Concepts

CellRange Object Members

CellRange Object