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


In This Topic
    ResetVerticalAlignment Method (Row)
    In This Topic
    Resets the vertical alignment for the row and makes the row inherit the vertical alignment from the default row.
    Syntax
    'Declaration
     
    
    Public Sub ResetVerticalAlignment() 
    'Usage
     
    
    Dim instance As Row
     
    instance.ResetVerticalAlignment()
    public void ResetVerticalAlignment()
    Example
    This example uses the ResetVerticalAlignment method.
    See Also