IgnoredError.EvalError Property
evalError.Represents the attribte in schema: evalError
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "evalError")> _
Public Property EvalError As BooleanValue
Get
Set
'Uso
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