IWorkbook
ThrowOnUnknownNames Property
|
Indicates whether exception should be thrown when unknown
name was found in a formula.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ThrowOnUnknownNames { get; set; }
Property ThrowOnUnknownNames As Boolean
Get
Set
property bool ThrowOnUnknownNames {
bool get ();
void set (bool value);
}
abstract ThrowOnUnknownNames : bool with get, set
Property Value
Type:
Boolean
See Also