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


In This Topic
    ErrorStyle Property (ExcelDataValidation)
    In This Topic
    Gets or sets the error alert style of the data validation.
    Syntax
    'Declaration
     
    Public Property ErrorStyle As ExcelDataValidationErrorStyle
    'Usage
     
    Dim instance As ExcelDataValidation
    Dim value As ExcelDataValidationErrorStyle
     
    instance.ErrorStyle = value
     
    value = instance.ErrorStyle
    public ExcelDataValidationErrorStyle ErrorStyle {get; set;}

    Property Value

    The error alert style.
    See Also