Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SlicerActionsCommand.Actions Enumeration


In This Topic
    SlicerActionsCommand.Actions Enumeration
    In This Topic
    Represents the actions.
    Syntax
    'Declaration
     
    
    Public Enum SlicerActionsCommand.Actions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SlicerActionsCommand.Actions
    public enum SlicerActionsCommand.Actions : System.Enum 
    Members
    MemberDescription
    ApplyApply style.
    ChangeButtonHeightChange the slicer(s)'s buttons height
    ChangeButtonWidthChange the slicer(s)'s buttons width
    ChangeCaptionChange the slicer(s)'s caption
    ChangeColumnsCountChange the slicer(s) columns count
    ClearClear all the filter items of slicer.
    InsertCreate a new slicer.
    SelectSelect the slicer items.
    SettingsChange setting of the slicer.
    UpdateUpdate slicer
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.SlicerActionsCommand.Actions

    See Also