GrapeCity.Xaml.Excel
Prompt Property (IExcelDataValidation)


GrapeCity.Excel Namespace > IExcelDataValidation Interface : Prompt Property
Gets or sets the prompt window message.
Syntax
'Declaration
 
Property Prompt As String
'Usage
 
Dim instance As IExcelDataValidation
Dim value As String
 
instance.Prompt = value
 
value = instance.Prompt
string Prompt {get; set;}

Property Value

The prompt window message.
See Also

Reference

IExcelDataValidation Interface
IExcelDataValidation Members