Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / ResetVerticalAlignment Method


In This Topic
    ResetVerticalAlignment Method (Rows.DefaultRow)
    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 Rows.DefaultRow
     
    instance.ResetVerticalAlignment()
    public void ResetVerticalAlignment()
    See Also