Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation Class / IgnoreBlank Property


In This Topic
    IgnoreBlank Property (DataValidation)
    In This Topic
    Gets or sets a value indicating whether the data validation allows the use of empty or blank entries.
    Syntax
    'Declaration
     
    
    Public Property IgnoreBlank As Boolean
    'Usage
     
    
    Dim instance As DataValidation
    Dim value As Boolean
     
    instance.IgnoreBlank = value
     
    value = instance.IgnoreBlank
    public bool IgnoreBlank {get; set;}

    Property Value

    true if the data validation allows the use of empty or blank entries; otherwise, false.
    See Also