Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IPivotCell Interface

In This Topic
    IPivotCell Interface Methods
    In This Topic

    For a list of all members of this type, see IPivotCell members.

    Public Methods
     NameDescription
     MethodReturns a PivotItemList collection that corresponds to the items on the column axis that represent the selected range.  
     MethodReturns the custom subtotal function field setting of a PivotCell object.  
     MethodReturns a PivotField object that corresponds to the selected data field.  
     MethodReturns a constant that identifies the PivotTable entity the cell corresponds to.  
     MethodReturns the PivotLine on a column for a specific PivotCell object.  
     MethodReturns a PivotField object that represents the PivotTable field containing the upper-left corner of the specified range.  
     MethodReturns a PivotItem object that represents the PivotTable item containing the upper-left corner of the specified range.  
     MethodReturns the PivotLine on a row for a specific PivotCell object.  
     MethodReturns a PivotTable object that represents the PivotTable report containing the upper-left corner of the specified range, or the PivotTable report associated with the PivotChart report.  
     MethodReturns a Range object that represents the range the specified PivotCell applies to.  
     MethodReturns a PivotItemList collection that corresponds to the items on the category axis that represent the selected cell.  
    Top
    See Also