Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SlicerActionsCommand Class / ChangeColumnsCount Method
Active worksheet
New columns count


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

    Parameters

    worksheet
    Active worksheet
    count
    New columns count
    See Also