Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Duplicate Method


In This Topic
    Duplicate Method (IShape)
    In This Topic
    Syntax
    'Declaration
     
    Function Duplicate() As IShape
    'Usage
     
    Dim instance As IShape
    Dim value As IShape
     
    value = instance.Duplicate()
    IShape Duplicate()
    See Also