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


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