FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / ResetVerticalAlignment Method


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