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


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