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


In This Topic
ResetHorizontalAlignment Method (NamedStyle)
In This Topic
Resets the horizontal alignment for the style to the default setting (not set).
Syntax
'Declaration
 
Public Overrides Sub ResetHorizontalAlignment() 
 
'Usage
 
Dim instance As NamedStyle
 
instance.ResetHorizontalAlignment()
See Also