Share via


Alignment.Horizontal Property

Definition

Horizontal Alignment

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to