Item represents a single Pivot field in a
IPivotFields collection. In VBScript, Item is the default
property of the IPivotFields object, so IPivotFields(1) is
equivalent to IPivotFields.Item(1). You can reference an Item
either by number or by name.
In C#, Item is the indexer for the IPivotFields
class.