Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation Class / InputMessage Property


In This Topic
    InputMessage Property (DataValidation)
    In This Topic
    Gets or sets the message text of input prompt.
    Syntax
    'Declaration
     
    
    Public Property InputMessage As String
    'Usage
     
    
    Dim instance As DataValidation
    Dim value As String
     
    instance.InputMessage = value
     
    value = instance.InputMessage
    public string InputMessage {get; set;}

    Property Value

    A System.String value represents the message text of input prompt.
    See Also