Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ISlicer Interface
Properties Methods

In This Topic
    ISlicer Interface Members
    In This Topic

    The following tables list the members exposed by ISlicer.

    Public Properties
     NameDescription
     Property Gets or sets the caption of the specified slicer.  
     PropertyGets or sets whether the header that displays the slicer ISlicer.Caption is visible.  
     Property Gets or sets the height of the specified slicer, in points.  
     Property Gets or sets the horizontal position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet.  
     Property Gets or sets the name of the specified slicer.  
     Property Gets or sets the number of columns in the specified slicer.  
     Property Gets or sets the height, in points, of each row in the specified slicer.  
     PropertyGets the GrapeCity.Documents.Excel.Drawing.IShape object associated with the specified slicer.  
     PropertyGets the ISlicerCache object associated with the slicer.  
     Property Gets or sets the style currently applied to the specified slicer.  
     Property Gets or sets the vertical position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet.  
     Property Gets or sets the width of the specified slicer, in points.  
    Top
    Public Methods
     NameDescription
     MethodDeletes the slicer and removes it from the associated ISlicers collection.  
     Method Updates the slicer settings from the json string.  
     Method Generates a json string from slicer.  
    Top
    See Also