次の方法で共有


Alignment.Horizontal プロパティ

定義

水平方向の配置

スキーマ内の次の属性を表します: horizontal

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

プロパティ値

EnumValue<T> を返します。

属性

適用対象