Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetAxisModel Interface / SetMergePolicy Method
Row or column index
Value with the merge policy


In This Topic
    SetMergePolicy Method (ISheetAxisModel)
    In This Topic
    Sets the cell merge policy for the specified row or column.
    Syntax
    'Declaration
     
    
    Sub SetMergePolicy( _
       ByVal index As Integer, _
       ByVal value As MergePolicy _
    ) 
    'Usage
     
    
    Dim instance As ISheetAxisModel
    Dim index As Integer
    Dim value As MergePolicy
     
    instance.SetMergePolicy(index, value)
    void SetMergePolicy( 
       int index,
       MergePolicy value
    )

    Parameters

    index
    Row or column index
    value
    Value with the merge policy
    See Also