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


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