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


In This Topic
    ShowPromptBox Property (IExcelDataValidation)
    In This Topic
    Gets or sets a value indicating whether show the prompt window.
    Syntax
    'Declaration
     
    Property ShowPromptBox As Boolean
    'Usage
     
    Dim instance As IExcelDataValidation
    Dim value As Boolean
     
    instance.ShowPromptBox = value
     
    value = instance.ShowPromptBox
    bool ShowPromptBox {get; set;}

    Property Value

    true if show prompt window; otherwise, false.
    See Also