XlsName
IgnoreErrorOptions Property
|
Represents ignore error options. If not single cell returs concatenateed flags.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IgnoreErrorType IgnoreErrorOptions { get; set; }
Public Property IgnoreErrorOptions As IgnoreErrorType
Get
Set
public:
virtual property IgnoreErrorType IgnoreErrorOptions {
IgnoreErrorType get () sealed;
void set (IgnoreErrorType value) sealed;
}
abstract IgnoreErrorOptions : IgnoreErrorType with get, set
override IgnoreErrorOptions : IgnoreErrorType with get, set
Property Value
Type:
IgnoreErrorType
Implements
IXLSRange
IgnoreErrorOptions
See Also