ResetVerticalAlignment Method (Column)
Resets the vertical alignment for the column and makes the column inherit the vertical alignment from the default column.
public void ResetVerticalAlignment()
'Declaration
Public Sub ResetVerticalAlignment()
'Usage
Dim instance As Column
instance.ResetVerticalAlignment()