Spread Windows Forms 15.0
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()
    public void ResetVerticalAlignment()
    See Also