Spread Windows Forms 17
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()
    public void ResetMergePolicy()
    See Also