ISlicer Interface Members
In This Topic
The following tables list the members exposed by ISlicer.
Public Methods
| Name | Description |
| delete | Deletes the slicer and removes it from the associated ISlicerscollection. |
| fromJson | Updates the slicer settings from the json string. |
| getCaption | Gets the caption of the specified slicer. |
| getDisplayHeader | Gets whether the header that displays the slicer's caption is visible. |
| getHeight | Gets the height of the specified slicer, in points. |
| getLeft | Gets the horizontal position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet. |
| getName | Gets the name of the specified slicer. |
| getNumberOfColumns | Gets the number of columns in the specified slicer. |
| getRowHeight | Gets the height, in points, of each row in the specified slicer. |
| getShape | Gets the com.grapecity.documents.excel.drawing.IShape object associated with the specified slicer. |
| getSlicerCache | Gets the ISlicerCache object associated with the slicer. |
| getStyle | Gets the style currently applied to the specified slicer. |
| getTop | Gets the vertical position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet. |
| getWidth | Gets the width of the specified slicer, in points. |
| setCaption | Sets the caption of the specified slicer. |
| setDisplayHeader | Sets whether the header that displays the slicer's caption is visible. |
| setHeight | Sets the height of the specified slicer, in points. |
| setLeft | Sets the horizontal position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet. |
| setName | Sets the name of the specified slicer. |
| setNumberOfColumns | Sets the number of columns in the specified slicer. |
| setRowHeight | Sets the height, in points, of each row in the specified slicer. |
| setStyle | Sets the style currently applied to the specified slicer. |
| setTop | Sets the vertical position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet. |
| setWidth | Sets the width of the specified slicer, in points. |
| toJson | Generates a json string from slicer. |
Top
See Also