Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICompositeExtendData Interface / Merge Method


In This Topic
    Merge Method (ICompositeExtendData)
    In This Topic
    Merges data from lower level object. Data of this object will be kept.
    Syntax
    'Declaration
     
    
    Sub Merge( _
       ByVal other As ICompositeExtendData _
    ) 
    'Usage
     
    
    Dim instance As ICompositeExtendData
    Dim other As ICompositeExtendData
     
    instance.Merge(other)
    void Merge( 
       ICompositeExtendData other
    )

    Parameters

    other
    See Also