Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IValidation Interface / InputTitle Property


In This Topic
    InputTitle Property (IValidation)
    In This Topic
    Gets or sets the title of the data validation input dialog box.
    Syntax
    'Declaration
     
    
    Property InputTitle As String
    'Usage
     
    
    Dim instance As IValidation
    Dim value As String
     
    instance.InputTitle = value
     
    value = instance.InputTitle
    string InputTitle {get; set;}

    Property Value

    A System.String value represents the title of the data validation input dialog box.
    See Also