Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotFields Interface / Item Property / Item(Int32) Property
The index number for the object.
In This Topic
    Item(Int32) Property
    In This Topic
    Returns a single object from a collection.
    Syntax
    IPivotField Item( 
       System.int index
    ) {get;}

    Parameters

    index
    The index number for the object.
    See Also