Spread WPF 17
GrapeCity.Excel Namespace / ExcelDataValidation Class / ErrorTitle Property


In This Topic
    ErrorTitle Property (ExcelDataValidation)
    In This Topic
    Gets or sets the error title.
    Syntax
    'Declaration
     
    Public Property ErrorTitle As String
    'Usage
     
    Dim instance As ExcelDataValidation
    Dim value As String
     
    instance.ErrorTitle = value
     
    value = instance.ErrorTitle
    public string ErrorTitle {get; set;}

    Property Value

    The error title.
    See Also