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


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