PivotLines.Item Property

Excel Developer Reference

Returns a specific element of the PivotLines collection object by its position in the collection. Read-only.

Version Information
 Version Added:  Excel 2007

Syntax

expression.Item(Index)

expression   A variable that represents a PivotLines object.

Parameters

Name Required/Optional Data Type Description
Index Required Variant Specifies the position of an element of the collection.

See Also