次の方法で共有


CommentProperties.TextHAlign Property

textHAlign.Represents the attribte in schema: textHAlign

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "textHAlign")> _
Public Property TextHAlign As EnumValue(Of TextHorizontalAlignmentValues)
    Get
    Set
'使用
Dim instance As CommentProperties
Dim value As EnumValue(Of TextHorizontalAlignmentValues)

value = instance.TextHAlign

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

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TextHorizontalAlignmentValues>

See Also

Reference

CommentProperties Class

CommentProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace