PageSetup.Errors Property

Definition

Print Error Handling

Represents the following attribute in the schema: errors

[DocumentFormat.OpenXml.SchemaAttr(0, "errors")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues> Errors { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues> Errors { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "errors")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues>? Errors { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("errors")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues>? Errors { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues>? Errors { get; set; }
member this.Errors : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "errors")>]
member this.Errors : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("errors")>]
member this.Errors : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues> with get, set
Public Property Errors As EnumValue(Of PrintErrorValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to