Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / ResetHeight Method


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