Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface / RequireManualUpdate Property


In This Topic
    RequireManualUpdate Property
    In This Topic
    Gets or sets a value indicating whether manual updates of the slicer cache required.
    Syntax
    'Declaration
     
    
    Property RequireManualUpdate As Boolean
    'Usage
     
    
    Dim instance As ISlicerCache
    Dim value As Boolean
     
    instance.RequireManualUpdate = value
     
    value = instance.RequireManualUpdate
    bool RequireManualUpdate {get; set;}

    Property Value

    true if manual updates of the slicer cache required; otherwise, false.
    See Also