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


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