Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / TerminateBatching Method
true if the filter is applied immediately; otherwise, false.


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

    Parameters

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