







|
| EPPlus 3.0 |
| ExcelDataValidation..::.AllowBlank Property |
| ExcelDataValidation Class See Also Send Feedback |
True if blanks should be allowed
Namespace:
OfficeOpenXml.DataValidation
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public Nullable<bool> AllowBlank { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property AllowBlank As Nullable(Of Boolean) |
| Visual C++ |
|---|
public: virtual property Nullable<bool> AllowBlank { Nullable<bool> get () sealed; void set (Nullable<bool> value) sealed; } |
