Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers 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
     PropertyGets or sets the caption of the specified slicer.  
     PropertyGets or sets the width, in pixels, of each column in the slicer.  
     PropertyGets or sets whether the specified slicer can be moved or resized by using the user interface.  
     PropertyGets or sets whether the header that displays the slicer Caption is visible.  
     PropertyGets or sets the height of the specified slicer, in pixels.  
     PropertyGets or sets the horizontal position of the specified slicer, in pixels, relative to the upper-left corner of cell A1 on a worksheet.  
     PropertyGets or sets a value indicating whether the specified slicer can be modified when the sheet that contains it is protected.  
     PropertyGets or sets the name of the specified slicer.  
     PropertyGets or sets the number of columns in the specified slicer.  
     PropertyGets or sets the height of each row in the specified slicer.  
     PropertyGets the GrapeCity.Spreadsheet.Drawing.IShape object associated with the specified slicer.  
     PropertyGets the ISlicerCache object associated with the slicer.  
     PropertyGets or sets the style currently applied to the specified slicer.  
     PropertyGets or sets the vertical position of the specified slicer, in pixels, relative to the upper-left corner of cell A1 on a worksheet.  
     PropertyGets or sets the width of the specified slicer, in pixels.  
    Top
    Public Methods
     NameDescription
     MethodCopies the specified slicer to the clipboard.  
     MethodCuts the specified slicer and copies it to the clipboard.  
     MethodDeletes the slicer and removes it from the associated ISlicers collection.  
    Top
    See Also