







![]() ![]() |
EPPlus 3.0 |
ExcelDataValidation..::.ErrorTitle Property |
ExcelDataValidation Class See Also Send Feedback |
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; } |