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