GrapeCity.Xaml.Excel
PromptTitle Property (IExcelDataValidation)


GrapeCity.Excel Namespace > IExcelDataValidation Interface : PromptTitle Property
Gets or sets the title bar text of input prompt.
Syntax
'Declaration
 
Property PromptTitle As String
'Usage
 
Dim instance As IExcelDataValidation
Dim value As String
 
instance.PromptTitle = value
 
value = instance.PromptTitle
string PromptTitle {get; set;}

Property Value

The title bar text of input prompt.
See Also

Reference

IExcelDataValidation Interface
IExcelDataValidation Members