Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterBar Class / Cells Property
Example


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;}
    Example
    This example sets properties for a filter bar cell.
    See Also