Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Row Class / ResetHorizontalAlignment Method
Example


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