Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / SlicerCaches Property


In This Topic
    SlicerCaches Property
    In This Topic
    Gets the GrapeCity.Spreadsheet.Slicers.ISlicerCaches object associated with the workbook.
    Syntax
    'Declaration
     
    
    ReadOnly Property SlicerCaches As ISlicerCaches
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As ISlicerCaches
     
    value = instance.SlicerCaches
    ISlicerCaches SlicerCaches {get;}

    Property Value

    The GrapeCity.Spreadsheet.Slicers.ISlicerCaches object associated with the workbook.
    See Also