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


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

Property Value

The text horizontal alignment.
See Also