Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data 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