Spread Silverlight Documentation
ShowErrorBox Property (IExcelDataValidation)


GrapeCity.Excel Namespace > IExcelDataValidation Interface : ShowErrorBox Property
Gets or sets a value indicating whether show error alert box
Syntax
'Declaration
 
Property ShowErrorBox As System.Boolean
'Usage
 
Dim instance As IExcelDataValidation
Dim value As System.Boolean
 
instance.ShowErrorBox = value
 
value = instance.ShowErrorBox
System.bool ShowErrorBox {get; set;}

Property Value

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

Reference

IExcelDataValidation Interface
IExcelDataValidation Members