GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SlicerActionsCommand.Actions Enumeration


SlicerActionsCommand.Actions Enumeration
Represents the actions.
Syntax
'Declaration
 
Public Enum SlicerActionsCommand.Actions 
   Inherits System.Enum
 
'Usage
 
Dim instance As SlicerActionsCommand.Actions
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