Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / ResetVerticalAlignment Method


In This Topic
ResetVerticalAlignment Method (AlternatingRow)
In This Topic
Resets the vertical alignment for this row and makes this row inherit the vertical alignment from the default row.
Syntax
'Declaration
 
Public Sub ResetVerticalAlignment() 
 
'Usage
 
Dim instance As AlternatingRow
 
instance.ResetVerticalAlignment()
See Also