Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItems Interface / TerminateBatching Method
true if the filter is applied immediately; otherwise, false.


In This Topic
    TerminateBatching Method (ISlicerItems)
    In This Topic
    Ends batching for the ISlicerItems.
    Syntax
    'Declaration
     
    
    Sub TerminateBatching( _
       Optional ByVal applyFilter As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ISlicerItems
    Dim applyFilter As Boolean
     
    instance.TerminateBatching(applyFilter)
    void TerminateBatching( 
       bool applyFilter
    )

    Parameters

    applyFilter
    true if the filter is applied immediately; otherwise, false.
    See Also