Spread WPF 17
GrapeCity.Excel Namespace / IExcelDataValidation Interface / Error Property


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

    Property Value

    The error message
    See Also