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


In This Topic
    ResetHeight Method
    In This Topic
    Resets the row to inherit the height from the default row.
    Syntax
    'Declaration
     
    Public Sub ResetHeight() 
    'Usage
     
    Dim instance As Row
     
    instance.ResetHeight()
    public void ResetHeight()
    See Also