Spread Silverlight Documentation
ShowPromptBox Property (IExcelDataValidation)


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

Property Value

true if show prompt window; otherwise, false.
See Also

Reference

IExcelDataValidation Interface
IExcelDataValidation Members