Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / ResetHorizontalAlignment Method


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()
    See Also