GrapeCity.Xaml.Excel
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 Boolean
'Usage
 
Dim instance As IExcelDataValidation
Dim value As Boolean
 
instance.ShowPromptBox = value
 
value = instance.ShowPromptBox
bool ShowPromptBox {get; set;}

Property Value

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

Reference

IExcelDataValidation Interface
IExcelDataValidation Members