Spread Silverlight Documentation
Prompt Property (ExcelDataValidation)


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

Property Value

The prompt window message.
See Also

Reference

ExcelDataValidation Class
ExcelDataValidation Members