Spread.Services Documentation
Add Method (ISlicerCaches)
GrapeCity.Documents.Spread 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).
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

Reference

ISlicerCaches Interface
ISlicerCaches Members