Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBar Class / Cells Property


In This Topic
    Cells Property (FilterBar)
    In This Topic
    Gets the FilterBarCellCollection object of the filter bar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cells As FilterBarCellCollection
    'Usage
     
    
    Dim instance As FilterBar
    Dim value As FilterBarCellCollection
     
    value = instance.Cells
    public FilterBarCellCollection Cells {get;}
    See Also