Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotTable Interface
Properties Methods

In This Topic
    IPivotTable Interface Members
    In This Topic

    The following tables list the members exposed by IPivotTable.

    Public Properties
     NameDescription
     PropertyReturns an ICalculatedFields collection that represents all the calculated fields in the specified PivotTable report.  
     PropertyReturns an object that represents a collection of all the fields (an IPivotFields object) that are currently shown as column fields. Read-only.  
     Property Gets or sets whether the PivotTable report shows grand totals for columns (read or write).  
     Property Returns a Range object that represents the range that contains the column area in the PivotTable report (read-only).  
     Property Returns or sets the indent increment for PivotItems when compact row layout form is turned on. Read/write.  
     Property Returns a Range object that represents the range that contains the data area in the list between the header row and the insert row (read-only).  
     PropertyReturns an object that represents a collection of all the fields (an IPivotFields object) that are currently shown as data fields. Read-only.  
     Property Returns or sets whether the pivotTable defer layout update.  
     Property Gets or sets whether tooltips are displayed for PivotTable cells (read or write).  
     Property True if the PivotTable report displays a custom error string in cells that contain errors. The default value is False.  
     Property Gets or sets whether to display member properties in tooltips.  
     Property True if the PivotTable report displays a custom string in cells that contain null values. The default value is True.  
     Property Returns or sets the string displayed in cells that contain errors when the PivotTable.DisplayErrorString property is True. The default value is an empty string (""). Read/write String.  
     Property Gets or sets the text string label that is displayed in the grand total column or row heading in the specified PivotTable report. The default value is the string "Grand Total".  
     Property This property specifies the layout settings for PivotFields when they are added to the PivotTable for the first time.  
     Property True if the specified PivotTable report’s outer-row item, column item, subtotal, and grand total labels use merged cells.  
     Property Gets or sets the name of the object.  
     Property Returns or sets the string displayed in cells that contain null values when the PivotTable.DisplayNullString property is True. The default value is an empty string ("").  
     Property Returns or sets the order in which page fields are added to the PivotTable report’s layout. Can be one of the following Order constants: DownThenOver or OverThenDown. The default constant is DownThenOver.  
     PropertyReturns an object that represents a collection of all the fields (an IPivotFields object) that are currently showing as page fields. Read-only.  
     Property Returns or sets the number of page fields in each column or row in the PivotTable report.  
     Property Returns a Range object that represents the range that contains the page area in the PivotTable report.  
     Property Returns a PivotCache object that represents the cache for the specified PivotTable report.  
     Property Returns a PivotAxis object representing the entire column axis.  
     Property Returns an object that represents either a single PivotTable field (a PivotField object) or a collection of both the visible and hidden fields (a PivotFields object) in the PivotTable report.  
     Property Returns a PivotFormulas object that represents the collection of formulas for the specified PivotTable report.  
     Property Returns a PivotAxis object representing the entire row axis.  
     PropertyReturns an object that represents either a collection of all the fields (an IPivotFields object) that are currently showing as row fields. Read-only.  
     Property Gets or sets whether the PivotTable report shows grand totals for rows.  
     Property Returns a Range object that represents the range including the row area on the PivotTable report.  
     Property The PivotTable.ShowTableStyleColumnHeadersproperty is set to True if the coulmn headers should be displayed in the PivotTable.  
     Property The Boolean property displays banded columns in which even columns are formatted differently from odd columns. This makes PivotTableseasier to read.  
     Property The Boolean property displays grand total columns style.  
     Property The PivotTable.ShowTableStyleRowHeaders property is set to True if the row headers should be displayed in the PivotTable.  
     Property The PivotTable.ShowTableStyleRowStripes property displays banded rows in which even rows are formatted differently from odd rows. This makes PivotTables easier to read.  
     Property Gets or sets the style currently applied to the specified pivot table.  
     Property Returns a Range object that represents the range containing the entire PivotTable report, but doesn’t include page fields.  
     Property Returns a Range object that represents the range containing the entire PivotTable report, including page fields.  
     Property Gets or sets the style used in the body of the PivotTable report. The default value is a null string (no style is applied by default).  
     Property Gets or sets a string saved with the PivotTable report.  
    Top
    Public Methods
     NameDescription
     Method Adds a data field to a PivotTable report. Returns a PivotField object that represents the new data field.  
     Method Deletes all filters currently applied to the PivotTable. This includes deleting all filters in the PivotFilters collection of the PivotTable object, removing any manual filtering applied, and setting all PivotFields in the Report Filter area to the default item.  
     Method Clears a PivotTable. Clearing PivotTables includes removing all the fields and deleting all filtering and sorting applied to the PivotTables. This method resets the PivotTable to the state it had right after it was created, before any fields were added to it.  
     Method Retrieve the PivotValueCell object for a given PivotTable provided certain row and column indices.  
     Method Refreshes the PivotTable report from the source data. Returns True if it’s successful.  
     Method Sets whether to repeat item labels for all PivotFields in the specified PivotTable.  
     Method This method is used for simultaneously setting layout options for all existing PivotFields.  
     Method Changes the subtotal location for all existing PivotFields. Changing the subtotal location has an immediate visual effect only for fields in outline form, but it will be set for fields in tabular form as well.  
     Method Updates the link or PivotTable report.  
    Top
    See Also