Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISlicerCaches Interface / add Method / add(Object,String) Method
The data source that the new ISlicerCache will be basedon.
The name of the field in the data source to filter by.
In This Topic
    add(Object,String) Method
    In This Topic
    Adds a new ISlicerCache object to the collection.
    Syntax
    ISlicerCache add( 
       java.lang.Object source,
       java.lang.String sourceField
    )

    Parameters

    source
    The data source that the new ISlicerCache will be basedon.
    sourceField
    The name of the field in the data source to filter by.

    Return Value

    See Also