Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultRowFilter Class / NonBlanksString Property
Example


In This Topic
    NonBlanksString Property (DefaultRowFilter)
    In This Topic
    Gets or sets the non-blanks (non-empty cells) string.
    Syntax
    'Declaration
     
    
    Public Property NonBlanksString As String
    'Usage
     
    
    Dim instance As DefaultRowFilter
    Dim value As String
     
    instance.NonBlanksString = value
     
    value = instance.NonBlanksString
    public string NonBlanksString {get; set;}

    Property Value

    String containing the display text for the NonBlanks option
    Example
    This example changes the text of a filter list item.
    See Also