IErrorIndicator
IgnoreOptions Property
|
Represents error indicator ignore options.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IgnoreErrorType IgnoreOptions { get; set; }
Property IgnoreOptions As IgnoreErrorType
Get
Set
property IgnoreErrorType IgnoreOptions {
IgnoreErrorType get ();
void set (IgnoreErrorType value);
}
abstract IgnoreOptions : IgnoreErrorType with get, set
Property Value
Type:
IgnoreErrorType
See Also