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