Spread WPF 17
GrapeCity.Excel Namespace / ExcelDataValidation Class / Prompt Property


In This Topic
    Prompt Property (ExcelDataValidation)
    In This Topic
    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