Spread Silverlight Documentation
Prompt Property (IExcelDataValidation)


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

Property Value

The prompt window message.
See Also

Reference

IExcelDataValidation Interface
IExcelDataValidation Members