次の方法で共有


PageSetup.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)

プロパティ値

EnumValue<T> を返します。

属性

適用対象