Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / TextVerticalAlignment Property


In This Topic
TextVerticalAlignment Property (ExcelShape)
In This Topic
Gets or sets the text vertical alignment.
Syntax
'Declaration
 
Public Property TextVerticalAlignment As DrawingTextVerticalAlignment
 
'Usage
 
Dim instance As ExcelShape
Dim value As DrawingTextVerticalAlignment
 
instance.TextVerticalAlignment = value
 
value = instance.TextVerticalAlignment

Property Value

The text vertical alignment.
See Also