Spread WPF 18
GrapeCity.Spreadsheet Namespace / IValidation Interface / ErrorMessage Property


In This Topic
    ErrorMessage Property (IValidation)
    In This Topic
    Gets or sets the data validation error message.
    Syntax
    'Declaration
     
    Property ErrorMessage As String
    'Usage
     
    Dim instance As IValidation
    Dim value As String
     
    instance.ErrorMessage = value
     
    value = instance.ErrorMessage
    string ErrorMessage {get; set;}

    Property Value

    A System.String value represents the data validation error message.
    See Also