Spread WPF 17
GrapeCity.Excel Namespace / ExcelDataValidation Class / Error Property


In This Topic
    Error Property (ExcelDataValidation)
    In This Topic
    Gets or sets the error message.
    Syntax
    'Declaration
     
    Public Property Error As String
    'Usage
     
    Dim instance As ExcelDataValidation
    Dim value As String
     
    instance.Error = value
     
    value = instance.Error
    public string Error {get; set;}

    Property Value

    The error message
    See Also