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


In This Topic
    List Property (ISlicerCache)
    In This Topic
    Gets a value indicating whether the slicer cache is for a slicer on a table.
    Syntax
    'Declaration
     
    
    ReadOnly Property List As Boolean
    'Usage
     
    
    Dim instance As ISlicerCache
    Dim value As Boolean
     
    value = instance.List
    bool List {get;}

    Property Value

    true if the slicer cache is for a slicer on a table; otherwise, false.
    See Also