Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / ResetVerticalAlignment Method


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