ShowErrorMessage Property

Office Open XML

True if error message should be shown.

Namespace:  OfficeOpenXml.DataValidation.Contracts
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
Nullable<bool> ShowErrorMessage { get; set; }
Visual Basic (Declaration)
Property ShowErrorMessage As Nullable(Of Boolean)
Visual C++
property Nullable<bool> ShowErrorMessage {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

See Also