Search
IValidation.ErrorMessage Property
See Also
 






Gets or sets the error message.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

string ErrorMessage { get; set; }

Visual Basic  Copy Code

Property ErrorMessage As String

 Property Value

A string value.

 See Also