Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotTable Interface / PivotValueCell Method
The row position in the data area.
The column position in the data area.
In This Topic
    PivotValueCell Method
    In This Topic
    Retrieve the PivotValueCell object for a given PivotTable provided certain row and column indices.
    Syntax
    IPivotValueCell PivotValueCell( 
       System.int rowline,
       System.int columnline
    )

    Parameters

    rowline
    The row position in the data area.
    columnline
    The column position in the data area.
    See Also