PageSetup.Errors Property
Print Error Handling.Represents the attribte in schema: errors
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "errors")> _
Public Property Errors As EnumValue(Of PrintErrorValues)
Get
Set
'Usage
Dim instance As PageSetup
Dim value As EnumValue(Of PrintErrorValues)
value = instance.Errors
instance.Errors = value
[SchemaAttrAttribute(, "errors")]
public EnumValue<PrintErrorValues> Errors { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<PrintErrorValues>
Returns EnumValue<T>.