Syntax

expression.Item(Index)

expression Required. A variable that represents a object.

Parameters

Name Required/Optional Data Type Description
Index Required Long The index number of the check box or label to be returned.

Example

Item is the default member of the object or collection. The following two statements both assign to lblText the text of the first label in the Balloon object assigned to myBalloon.

Visual Basic for Applications
lblText = myBalloon.Labels(1).Item lblText = myBalloon.Labels(1)

See also: