FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / ResetHorizontalAlignment Method


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