Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BuiltInDataValidation Class / InputMessage Property


In This Topic
    InputMessage Property (BuiltInDataValidation)
    In This Topic
    Gets or sets the message text of input prompt.
    Syntax
    'Declaration
     
    
    Public Property InputMessage As String
    'Usage
     
    
    Dim instance As BuiltInDataValidation
    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