Package com.grapecity.documents.excel
Interface ISlicerItem
public interface ISlicerItem
Represents an item in a slicer.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether the slicer item is selected.getValue()Gets the value of the slicer item.voidsetSelected(boolean value) Sets whether the slicer item is selected.
-
Method Details
-
getValue
String getValue()Gets the value of the slicer item. -
getSelected
boolean getSelected()Gets whether the slicer item is selected. -
setSelected
void setSelected(boolean value) Sets whether the slicer item is selected.
-