Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetVerticalAlignment Method


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