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


In This Topic
    FilterBarCellType Constructor(Boolean)
    In This Topic
    Initializes a new instance of the FilterBarCellType class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dropDownButton As Boolean _
    )
    'Usage
     
    
    Dim dropDownButton As Boolean
     
    Dim instance As New FilterBarCellType(dropDownButton)
    public FilterBarCellType( 
       bool dropDownButton
    )

    Parameters

    dropDownButton
    if set to true drop-down button.
    Example
    This example creates a filter bar cell.
    See Also