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