ErrorTitle Property

Office Open XML

Title of error message box

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

Syntax

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

Implements

IExcelDataValidation..::.ErrorTitle

See Also