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


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

    Property Value

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