Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / 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( 
       int rowline,
       int columnline
    )

    Parameters

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