Validation.IgnoreBlank Property

Definition

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.

Applies to