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


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