ExcelDataValidatorErrorStyle Enumeration

Represents the style of the error alert for data validator.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public enum ExcelDataValidatorErrorStyle

Members

Stop0 Stop error syle.
Warning1 Warning error syle.
Information2 Information error syle.

See Also