[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISlicerPivotTables

Interface ISlicerPivotTables

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents information about the collection of IPivotTables associated with the specified ISlicerCache object.

public interface ISlicerPivotTables : IEnumerable
Inherited Members
System.Collections.IEnumerable.GetEnumerator()

Properties

Count

Gets the number of objects in the collection.

int Count { get; }

Property Value

int

this[int]

Gets the IPivotTable with the specified index.

IPivotTable this[int index] { get; }

Parameters

index int

the index.

Property Value

IPivotTable

Methods

AddPivotTable(IPivotTable)

Adds a reference to a PivotTable to the ISlicerPivotTables collection.

void AddPivotTable(IPivotTable pivotTable)

Parameters

pivotTable IPivotTable

A IPivotTable object that represents the PivotTable to add.

RemovePivotTable(IPivotTable)

Removes a reference to a PivotTable from the ISlicerPivotTables collection.

void RemovePivotTable(IPivotTable pivotTable)

Parameters

pivotTable IPivotTable

A IPivotTable object that represents the PivotTable to remove.