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


In This Topic
    ShowErrorBox Property (IExcelDataValidation)
    In This Topic
    Gets or sets a value indicating whether show error alert box
    Syntax
    'Declaration
     
    Property ShowErrorBox As Boolean
    'Usage
     
    Dim instance As IExcelDataValidation
    Dim value As Boolean
     
    instance.ShowErrorBox = value
     
    value = instance.ShowErrorBox
    bool ShowErrorBox {get; set;}

    Property Value

    true if show error alert box; otherwise, false.
    See Also