Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICalculatedItems Interface / Item Property / Item(String) Property
name of calcluated item
In This Topic
    Item(String) Property
    In This Topic
    Get IPivotItem item by name.
    Syntax
    IPivotItem Item( 
       System.string itemName
    ) {get;}

    Parameters

    itemName
    name of calcluated item
    See Also