Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotLines Interface / Item Property
The position of the element.
In This Topic
    Item Property (IPivotLines)
    In This Topic
    Returns a specific element of the PivotLines collection object by its position in the collection. Read-only.
    Syntax
    IPivotLine this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The position of the element.

    Property Value

    Returns a IPivotLineIPivotLine
    See Also