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