IgnoredError.EvalError Property

Evaluation Error.Represents the attribte in schema: evalError

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "evalError")> _
Public Property EvalError As BooleanValue
    Get
    Set
'Usage
Dim instance As IgnoredError
Dim value As BooleanValue

value = instance.EvalError

instance.EvalError = value
[SchemaAttrAttribute(, "evalError")]
public BooleanValue EvalError { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

IgnoredError Class

IgnoredError Members

DocumentFormat.OpenXml.Spreadsheet Namespace