Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / List Property


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

    Property Value

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