XlsValidationWrapper
ShowError Property
|
Indicates whether to show error box.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ShowError { get; set; }
Public Property ShowError As Boolean
Get
Set
public:
virtual property bool ShowError {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowError : bool with get, set
override ShowError : bool with get, set
Property Value
Type:
Boolean
Implements
IDataValidation
ShowError
See Also