Alignment.Vertical Property

Definition

Vertical Alignment

Represents the following attribute in the schema: 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)

Property Value

Returns EnumValue<T>.

Attributes

Applies to