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


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