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


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