Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SlicerActionsCommand Class / Update Method
The slicer to make change


In This Topic
    Update Method (SlicerActionsCommand)
    In This Topic
    Create slicer command to ensure that the slicer is up to date with the table
    Syntax
    'Declaration
     
    
    Public Shared Function Update( _
       ByVal slicer As ISlicer _
    ) As SlicerActionsCommand
    'Usage
     
    
    Dim slicer As ISlicer
    Dim value As SlicerActionsCommand
     
    value = SlicerActionsCommand.Update(slicer)
    public static SlicerActionsCommand Update( 
       ISlicer slicer
    )

    Parameters

    slicer
    The slicer to make change
    See Also