Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartObject Interface / Duplicate Method


In This Topic
    Duplicate Method (IChartObject)
    In This Topic
    Duplicates the object and returns a reference to the new copy.
    Syntax
    'Declaration
     
    
    Sub Duplicate() 
    'Usage
     
    
    Dim instance As IChartObject
     
    instance.Duplicate()
    void Duplicate()
    See Also