Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterBarCellType Class / FilterBarCellType Constructor / FilterBarCellType Constructor()
Example


In This Topic
    FilterBarCellType Constructor()
    In This Topic
    Initializes a new instance of the FilterBarCellType class.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New FilterBarCellType()
    public FilterBarCellType()
    Example
    This example creates a filter bar cell and uses it in the filter bar.
    See Also