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


In This Topic
    ShowInputMessage Property (IExcelDataValidation)
    In This Topic
    Gets or sets a value indicating whether show input message when cell is selected.
    Syntax
    'Declaration
     
    Property ShowInputMessage As Boolean
    'Usage
     
    Dim instance As IExcelDataValidation
    Dim value As Boolean
     
    instance.ShowInputMessage = value
     
    value = instance.ShowInputMessage
    bool ShowInputMessage {get; set;}

    Property Value

    true if show input message; otherwise, false.
    See Also