[]
Gets or sets whether the validation always succeeds when the specified value is null.
public bool NullIsValid { get; set; }
Public Property NullIsValid As Boolean
Type | Description |
---|---|
bool | true if the validation always succeeds when the specified value is null; otherwise, false. The default is true. |
If the cell's value is null, you can determine whether the validation always succeeds.