Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / HorizontalAlignment Property


In This Topic
HorizontalAlignment Property (DynamicStyleInfo)
In This Topic
Gets the horizontal alignment of the contents of the cell style.
Syntax
'Declaration
 
Public Shadows ReadOnly Property HorizontalAlignment As CellHorizontalAlignment
 
'Usage
 
Dim instance As DynamicStyleInfo
Dim value As CellHorizontalAlignment
 
value = instance.HorizontalAlignment
See Also