[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISlicerCaches

ISlicerCaches Interface

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

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ISlicerCaches : IEnumerable
Public Interface ISlicerCaches
    Inherits IEnumerable

Properties

Name Description
Count

Gets the number of objects in the collection.

this[int]

Gets the ISlicerCache with the specified index.

this[string]

Gets the ISlicerCache with the specified name.

Methods

Name Description
Add(object, string, string)

Adds a new ISlicerCache object to the collection.