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


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

    Property Value

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