Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class
Members


In This Topic
    Slicer Class
    In This Topic
    Represents a slicer view to filter data.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class Slicer 
       Inherits GrapeCity.Spreadsheet.FormControls.ScrollableControl
       Implements GrapeCity.Spreadsheet.Drawing.IControlFormat, GrapeCity.Spreadsheet.Drawing.IDrawingObject, ISlicer 
    'Usage
     
    
    Dim instance As Slicer
    public sealed class Slicer : GrapeCity.Spreadsheet.FormControls.ScrollableControl, GrapeCity.Spreadsheet.Drawing.IControlFormat, GrapeCity.Spreadsheet.Drawing.IDrawingObject, ISlicer  
    Inheritance Hierarchy

    System.Object
          GrapeCity.Spreadsheet.Drawing.DrawingObject
             GrapeCity.Spreadsheet.Drawing.GraphicObject
                      GrapeCity.Spreadsheet.Slicers.Slicer

    See Also