Validation.IgnoreBlank Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if blank values are permitted by the range data validation. Read/write Boolean.
public:
property bool IgnoreBlank { bool get(); void set(bool value); };
public bool IgnoreBlank { get; set; }
Public Property IgnoreBlank As Boolean
Property Value
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.