Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LbsDropData Class / fFiltered Property


In This Topic
    fFiltered Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fFiltered As Boolean
    'Usage
     
    
    Dim instance As LbsDropData
    Dim value As Boolean
     
    instance.fFiltered = value
     
    value = instance.fFiltered
    public bool fFiltered {get; set;}
    See Also