Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICompositeExtendData Interface / Clone Method


In This Topic
    Clone Method (ICompositeExtendData)
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Function Clone() As ICompositeExtendData
    'Usage
     
    
    Dim instance As ICompositeExtendData
    Dim value As ICompositeExtendData
     
    value = instance.Clone()

    Return Value

    A new object that is a copy of the current instance.
    See Also