共用方式為


FormControlProperties.TextHorizontalAlign Property

textHAlign.Represents the attribte in schema: textHAlign

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "textHAlign")> _
Public Property TextHorizontalAlign As EnumValue(Of TextHorizontalAlignmentValues)
    Get
    Set
'Usage
Dim instance As FormControlProperties
Dim value As EnumValue(Of TextHorizontalAlignmentValues)

value = instance.TextHorizontalAlign

instance.TextHorizontalAlign = value
[SchemaAttrAttribute(, "textHAlign")]
public EnumValue<TextHorizontalAlignmentValues> TextHorizontalAlign { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TextHorizontalAlignmentValues>

See Also

Reference

FormControlProperties Class

FormControlProperties Members

DocumentFormat.OpenXml.Office2010.Excel Namespace