次の方法で共有


Alignment.Vertical プロパティ

定義

垂直方向の配置

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

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

プロパティ値

EnumValue<T> を返します。

属性

適用対象