Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / ResetVerticalAlignment Method


In This Topic
    ResetVerticalAlignment Method (StyleInfo)
    In This Topic
    Resets the VerticalAlignment property to its default value.
    Syntax
    'Declaration
     
    Public Overridable Sub ResetVerticalAlignment() 
    'Usage
     
    Dim instance As StyleInfo
     
    instance.ResetVerticalAlignment()
    public virtual void ResetVerticalAlignment()
    See Also