GrapeCity.Xaml.Excel
Prompt Property (ExcelDataValidation)


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

Property Value

The prompt window message.
See Also

Reference

ExcelDataValidation Class
ExcelDataValidation Members