Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / Duplicate Method


In This Topic
    Duplicate Method (IGroupShape)
    In This Topic
    Duplicates the object and returns a reference to the new copy.
    Syntax
    'Declaration
     
    
    Function Duplicate() As IShape
    'Usage
     
    
    Dim instance As IGroupShape
    Dim value As IShape
     
    value = instance.Duplicate()
    IShape Duplicate()

    Return Value

    The new duplicated shape.
    See Also