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


In This Topic
    Composite Method (ICompositeExtendData)
    In This Topic
    Composites data from higher level object. Data of this object will be replaced.
    Syntax
    'Declaration
     
    
    Sub Composite( _
       ByVal other As ICompositeExtendData _
    ) 
    'Usage
     
    
    Dim instance As ICompositeExtendData
    Dim other As ICompositeExtendData
     
    instance.Composite(other)
    void Composite( 
       ICompositeExtendData other
    )

    Parameters

    other
    See Also