| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ISlicerCache |
ISlicerCaches.add(java.lang.Object source,
java.lang.String sourceField)
Adds a new
ISlicerCache object to the collection. |
ISlicerCache |
ISlicerCaches.add(java.lang.Object source,
java.lang.String sourceField,
java.lang.String name)
Adds a new
ISlicerCache object to the collection. |
ISlicerCache |
ISlicerCaches.get(int index)
Gets the
ISlicerCache with the specified index. |
ISlicerCache |
ISlicerCaches.get(java.lang.String name)
Gets the
ISlicerCache with the specified name. |
ISlicerCache |
ISlicer.getSlicerCache()
Gets the
ISlicerCache object associated with the slicer. |