Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotItems Interface / Item Property / Item(String) Property
The name for the object.
In This Topic
    Item(String) Property
    In This Topic
    Returns a single object from a collection.
    Syntax
    IPivotItem Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The name for the object.
    See Also