Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ResetMergePolicy Method


In This Topic
ResetMergePolicy Method (Column)
In This Topic
Resets the merge policy for the column and makes the column inherit the merge policy from the default column.
Syntax
'Declaration
 
Public Sub ResetMergePolicy() 
 
'Usage
 
Dim instance As Column
 
instance.ResetMergePolicy()
See Also