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