Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICalculatedItems Interface / Item Property / Item(Int32) Property
index of calculated item
In This Topic
    Item(Int32) Property
    In This Topic
    Get IPivotItem item by index.
    Syntax
    IPivotItem Item( 
       System.int index
    ) {get;}

    Parameters

    index
    index of calculated item

    Property Value

    IPivotItem
    See Also