ErrorTitle Property

Office Open XML

Title of error message box (see property ShowErrorMessage)

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

Syntax

C#
string ErrorTitle { get; set; }
Visual Basic (Declaration)
Property ErrorTitle As String
Visual C++
property String^ ErrorTitle {
	String^ get ();
	void set (String^ value);
}

See Also