GrapeCity.Documents.Excel Namespace / IPivotCell Interface

IPivotCell Interface Properties

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

Public Properties
 NameDescription
 Property Returns a PivotItemList collection that corresponds to the items on the column axis that represent the selected range.  
 Property Returns the custom subtotal function field setting of a PivotCell object.  
 Property Returns a PivotField object that corresponds to the selected data field.  
 Property Returns a constant that identifies the PivotTable entity the cell corresponds to.  
 Property Returns the PivotLine on a column for a specific PivotCell object.  
 Property Returns a PivotField object that represents the PivotTable field containing the upper-left corner of the specified range.  
 Property Returns a PivotItem object that represents the PivotTable item containing the upper-left corner of the specified range.  
 Property Returns the PivotLine on a row for a specific PivotCell object.  
 Property Returns 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.  
 Property Returns a Range object that represents the range the specified PivotCell applies to.  
 Property Returns a PivotItemList collection that corresponds to the items on the category axis that represent the selected cell.  
Top
See Also