Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / FilterBarSettings Property


In This Topic
    FilterBarSettings Property
    In This Topic
    Gets or sets the filter bar settings for the the column information.
    Syntax
    'Declaration
     
    
    Public Property FilterBarSettings As CellInfoRange
    'Usage
     
    
    Dim instance As CellInfoRange
    Dim value As CellInfoRange
     
    instance.FilterBarSettings = value
     
    value = instance.FilterBarSettings
    public CellInfoRange FilterBarSettings {get; set;}
    See Also