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


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

    Parameters

    worksheet
    Active worksheet
    height
    New height
    See Also