Spread Silverlight Documentation
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 System.Boolean
'Usage
 
Dim instance As ExcelDataValidation
Dim value As System.Boolean
 
instance.ShowErrorBox = value
 
value = instance.ShowErrorBox
public System.bool ShowErrorBox {get; set;}

Property Value

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

Reference

ExcelDataValidation Class
ExcelDataValidation Members