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