Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / MergePolicy Property


In This Topic
    MergePolicy Property (Row)
    In This Topic
    Gets or sets whether to automatically merge adjacent identical cells in this row.
    Syntax
    'Declaration
     
    
    Public Property MergePolicy As MergePolicy
    'Usage
     
    
    Dim instance As Row
    Dim value As MergePolicy
     
    instance.MergePolicy = value
     
    value = instance.MergePolicy
    public MergePolicy MergePolicy {get; set;}
    See Also