GrapeCity.Xaml.Excel
ShowErrorBox Property (ExcelDataValidation)


GrapeCity.Excel Namespace > ExcelDataValidation Class : ShowErrorBox Property
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

Reference

ExcelDataValidation Class
ExcelDataValidation Members