Error Property

Office Open XML

Error message box text

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

Syntax

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

Implements

IExcelDataValidation..::.Error

See Also