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


In This Topic
    ResetVerticalAlignment Method (CellWrapper)
    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 Shadows Sub ResetVerticalAlignment() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetVerticalAlignment()
    public new void ResetVerticalAlignment()
    See Also