Package com.grapecity.documents.excel
Interface ISlicerItems
- All Superinterfaces:
Iterable<ISlicerItem>
Represents the collection of
ISlicerItem objects contained in aISlicerCache object.-
Method Summary
Modifier and TypeMethodDescriptionget(int index) Gets theISlicerItemwith the specified index.Gets theISlicerItemwith the specified name.intgetCount()Gets the number of objects in the collection.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getCount
int getCount()Gets the number of objects in the collection. -
get
Gets theISlicerItemwith the specified index.- Parameters:
index- the index.
-
get
Gets theISlicerItemwith the specified name.- Parameters:
name- the name.
-