Spread Silverlight Documentation
AllowBlank Property (IExcelDataValidation)


GrapeCity.Excel Namespace > IExcelDataValidation Interface : AllowBlank Property
Gets or sets a value indicating whether ignore blank during the data validation.
Syntax
'Declaration
 
Property AllowBlank As System.Boolean
'Usage
 
Dim instance As IExcelDataValidation
Dim value As System.Boolean
 
instance.AllowBlank = value
 
value = instance.AllowBlank
System.bool AllowBlank {get; set;}

Property Value

true if ignore blank; otherwise, false.
See Also

Reference

IExcelDataValidation Interface
IExcelDataValidation Members