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


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