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


In This Topic
    ResetVerticalAlignment Method (StyleInfo)
    In This Topic
    Resets the VerticalAlign property to its default value.
    Syntax
    'Declaration
     
    
    Public Sub ResetVerticalAlignment() 
    'Usage
     
    
    Dim instance As StyleInfo
     
    instance.ResetVerticalAlignment()
    public void ResetVerticalAlignment()
    Example
    This example uses the ResetVerticalAlignment method.
    See Also