[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Slicers.ISlicerCaches

ISlicerCaches Interface

Represents the collection of slicer caches associated with the specified workbook.

Namespace: GrapeCity.Spreadsheet.Slicers
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ISlicerCaches
Public Interface ISlicerCaches

Properties

Name Description
Count

Gets the number of ISlicerCache objects in the collection.

this[int]

Gets the ISlicerCache object from a collection.

this[string]

Gets the ISlicerCache object with the specified name.

Methods

Name Description
Add(ITable, int, string, bool)

Adds a new ISlicerCache object to the collection.

Add(ITable, string, string, bool)

Adds a new ISlicerCache object to the collection.