Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

IgnoreErrorType

Implements

IXLSRange..::..IgnoreErrorOptions

See Also