Share via


FormControlProperties.TextHorizontalAlign Property

Definition

textHAlign, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: textHAlign

[DocumentFormat.OpenXml.SchemaAttr(0, "textHAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues> TextHorizontalAlign { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues> TextHorizontalAlign { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "textHAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues>? TextHorizontalAlign { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("textHAlign")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues>? TextHorizontalAlign { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues>? TextHorizontalAlign { get; set; }
member this.TextHorizontalAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "textHAlign")>]
member this.TextHorizontalAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("textHAlign")>]
member this.TextHorizontalAlign : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues> with get, set
Public Property TextHorizontalAlign As EnumValue(Of TextHorizontalAlignmentValues)

Property Value

Attributes

Applies to