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


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