AllowBlank Property

Office Open XML

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;
}

Implements

IExcelDataValidation..::.AllowBlank

See Also