Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilter Interface / NonBlanksString Property


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

    Property Value

    String containing the string for including non-blank items
    See Also