ExcelDataValidatorShowErrorAlert Property
Gets or sets a flag indicating if the error alert is shown when user enters invalid data.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool ShowErrorAlert { get; set; }
Public Property ShowErrorAlert As Boolean
Get
Set
public:
property bool ShowErrorAlert {
bool get ();
void set (bool value);
}
member ShowErrorAlert : bool with get, set
Property Value
Boolean