Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / ResetHorizontalAlignment Method
Example


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