Поделиться через


CommentProperties.TextVAlign Property

textVAlign.Represents the attribte in schema: textVAlign

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

Syntax

'Declaration
<SchemaAttrAttribute(, "textVAlign")> _
Public Property TextVAlign As EnumValue(Of TextVerticalAlignmentValues)
    Get
    Set
'Usage
Dim instance As CommentProperties
Dim value As EnumValue(Of TextVerticalAlignmentValues)

value = instance.TextVAlign

instance.TextVAlign = value
[SchemaAttrAttribute(, "textVAlign")]
public EnumValue<TextVerticalAlignmentValues> TextVAlign { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TextVerticalAlignmentValues>

See Also

Reference

CommentProperties Class

CommentProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace