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


In This Topic
    ResetHorizontalAlignment Method (Column)
    In This Topic
    Resets the horizontal alignment for the column and makes the column inherit the horizontal alignment from the default column.
    Syntax
    'Declaration
     
    
    Public Sub ResetHorizontalAlignment() 
    'Usage
     
    
    Dim instance As Column
     
    instance.ResetHorizontalAlignment()
    public void ResetHorizontalAlignment()
    See Also