Font.VerticalTextAlignment Property

Text Vertical Alignment.Represents the element tag in schema: x:vertAlign

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

Syntax

'Declaration
Public Property VerticalTextAlignment As VerticalTextAlignment
    Get
    Set
'Usage
Dim instance As Font
Dim value As VerticalTextAlignment

value = instance.VerticalTextAlignment

instance.VerticalTextAlignment = value
public VerticalTextAlignment VerticalTextAlignment { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment
Returns VerticalTextAlignment.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Spreadsheet Namespace