Spread WinForms 15
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()
See Also