XlsValidationWrapper
IgnoreBlank Property
|
Indicates whether empty cell is allowed.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IgnoreBlank { get; set; }
Public Property IgnoreBlank As Boolean
Get
Set
public:
virtual property bool IgnoreBlank {
bool get () sealed;
void set (bool value) sealed;
}
abstract IgnoreBlank : bool with get, set
override IgnoreBlank : bool with get, set
Property Value
Type:
Boolean
Implements
IDataValidation
IgnoreBlank
See Also