Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ResetVerticalAlignment Method
Example


In This Topic
    ResetVerticalAlignment Method (Cell)
    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 Cell
     
    instance.ResetVerticalAlignment()
    public void ResetVerticalAlignment()
    Example
    This example uses the ResetVerticalAlignment method.
    See Also