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


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