Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SlicerActionsCommand Class / ChangeButtonWidth Method
Active worksheet
New width


In This Topic
    ChangeButtonWidth Method
    In This Topic
    Create slicer command to update the selected slicer(s)'s columns width
    Syntax
    'Declaration
     
    
    Public Shared Function ChangeButtonWidth( _
       ByVal worksheet As IWorksheet, _
       ByVal width As Double _
    ) As SlicerActionsCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim width As Double
    Dim value As SlicerActionsCommand
     
    value = SlicerActionsCommand.ChangeButtonWidth(worksheet, width)
    public static SlicerActionsCommand ChangeButtonWidth( 
       IWorksheet worksheet,
       double width
    )

    Parameters

    worksheet
    Active worksheet
    width
    New width
    See Also