Spread WPF 17
GrapeCity.Excel Namespace / IExcelDataValidation Interface / AllowBlank Property


In This Topic
    AllowBlank Property (IExcelDataValidation)
    In This Topic
    Gets or sets a value indicating whether ignore blank during the data validation.
    Syntax
    'Declaration
     
    Property AllowBlank As Boolean
    'Usage
     
    Dim instance As IExcelDataValidation
    Dim value As Boolean
     
    instance.AllowBlank = value
     
    value = instance.AllowBlank
    bool AllowBlank {get; set;}

    Property Value

    true if ignore blank; otherwise, false.
    See Also