Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ResetVerticalAlignment Method


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