Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBarEventArgs Class / View Property


In This Topic
    View Property (FilterBarEventArgs)
    In This Topic
    Gets the view that contains the filter bar cell that is clicked.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property View As SpreadView
    'Usage
     
    
    Dim instance As FilterBarEventArgs
    Dim value As SpreadView
     
    value = instance.View
    public SpreadView View {get;}
    See Also