Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISlicer Interface

In This Topic
    ISlicer Interface Methods
    In This Topic

    For a list of all members of this type, see ISlicer members.

    Public Methods
     NameDescription
     MethodDeletes the slicer and removes it from the associated ISlicerscollection.  
     MethodUpdates the slicer settings from the json string.  
     MethodGets the caption of the specified slicer.  
     MethodGets whether the header that displays the slicer's caption is visible.  
     MethodGets the height of the specified slicer, in points.  
     MethodGets the horizontal position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet.  
     MethodGets the name of the specified slicer.  
     MethodGets the number of columns in the specified slicer.  
     MethodGets the height, in points, of each row in the specified slicer.  
     MethodGets the com.grapecity.documents.excel.drawing.IShape object associated with the specified slicer.  
     MethodGets the ISlicerCache object associated with the slicer.  
     MethodGets the style currently applied to the specified slicer.  
     MethodGets the vertical position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet.  
     MethodGets the width of the specified slicer, in points.  
     MethodSets the caption of the specified slicer.  
     MethodSets whether the header that displays the slicer's caption is visible.  
     MethodSets the height of the specified slicer, in points.  
     MethodSets the horizontal position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet.  
     MethodSets the name of the specified slicer.  
     MethodSets the number of columns in the specified slicer.  
     MethodSets the height, in points, of each row in the specified slicer.  
     MethodSets the style currently applied to the specified slicer.  
     MethodSets the vertical position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet.  
     MethodSets the width of the specified slicer, in points.  
     MethodGenerates a json string from slicer.  
    Top
    See Also