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

    Parameters

    index
    The position of the element

    Property Value

    Returns a IPivotCellIPivotCell
    See Also