Validation.IgnoreBlank Property
True if blank values are permitted by the range data validation. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property IgnoreBlank As Boolean
Get
Set
'Usage
Dim instance As Validation
Dim value As Boolean
value = instance.IgnoreBlank
instance.IgnoreBlank = value
bool IgnoreBlank { get; set; }
Property Value
Type: System.Boolean
Remarks
If the IgnoreBlank property is True, cell data is considered valid if the cell is blank, or if a cell referenced by either the MinNumber or MaxNumber property is blank.