Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SlicerActionsCommand Class / Apply Method


In This Topic
    Apply Method (SlicerActionsCommand)
    In This Topic
    Apply style to the specific slicers.
    Syntax
    'Declaration
     
    
    Public Shared Function Apply( _
       ByVal slicers() As ISlicer, _
       ByVal styleName As String _
    ) As SlicerActionsCommand
    'Usage
     
    
    Dim slicers() As ISlicer
    Dim styleName As String
    Dim value As SlicerActionsCommand
     
    value = SlicerActionsCommand.Apply(slicers, styleName)
    public static SlicerActionsCommand Apply( 
       ISlicer[] slicers,
       string styleName
    )

    Parameters

    slicers
    styleName
    See Also