Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotFormulas Interface / Item Property
The index of the pivot formula.
In This Topic
    Item Property (IPivotFormulas)
    In This Topic
    Returns the IPivotFormula by index.
    Syntax
    IPivotFormula this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The index of the pivot formula.

    Property Value

    IPivotFormula
    See Also