Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ISlicerCaches Interface / Add Method
The data source that the new ISlicerCache will be based on.
The name of the field in the data source to filter by.
The name uses to reference the slicer cache (the value of the ISlicerCache.Name property).
In This Topic
    Add Method (ISlicerCaches)
    In This Topic
    Adds a new ISlicerCache object to the collection.
    Syntax
    ISlicerCache Add( 
       System.object source,
       System.string sourceField,
       System.string name
    )

    Parameters

    source
    The data source that the new ISlicerCache will be based on.
    sourceField
    The name of the field in the data source to filter by.
    name
    The name uses to reference the slicer cache (the value of the ISlicerCache.Name property).

    Return Value

    Returns ISlicerCache.
    See Also