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


In This Topic
    ResetVerticalAlignment Method (Row)
    In This Topic
    Resets the vertical alignment for the row and makes the row inherit the vertical alignment from the default row.
    Syntax
    'Declaration
     
    Public Sub ResetVerticalAlignment() 
    'Usage
     
    Dim instance As Row
     
    instance.ResetVerticalAlignment()
    public void ResetVerticalAlignment()
    See Also