Spread WPF 17
GrapeCity.Excel Namespace / IExcelDataValidation Interface / Prompt Property


In This Topic
    Prompt Property (IExcelDataValidation)
    In This Topic
    Gets or sets the prompt window message.
    Syntax
    'Declaration
     
    Property Prompt As String
    'Usage
     
    Dim instance As IExcelDataValidation
    Dim value As String
     
    instance.Prompt = value
     
    value = instance.Prompt
    string Prompt {get; set;}

    Property Value

    The prompt window message.
    See Also