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


In This Topic
HorizontalAlignment Property (AlternatingRow)
In This Topic
Gets or sets the horizontal alignment for text in the cells in this alternating row.
Syntax
'Declaration
 
Public Property HorizontalAlignment As CellHorizontalAlignment
 
'Usage
 
Dim instance As AlternatingRow
Dim value As CellHorizontalAlignment
 
instance.HorizontalAlignment = value
 
value = instance.HorizontalAlignment
See Also