Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / AllString Property


In This Topic
    AllString Property (IRowFilter)
    In This Topic
    Gets or sets the "(All)" filter item string.
    Syntax
    'Declaration
     
    
    Property AllString As String
    'Usage
     
    
    Dim instance As IRowFilter
    Dim value As String
     
    instance.AllString = value
     
    value = instance.AllString
    string AllString {get; set;}
    See Also