Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / Duplicate Method


In This Topic
    Duplicate Method (CellNote)
    In This Topic
    Duplicates the shape and returns a reference to the new copy.
    Syntax
    'Declaration
     
    
    Public Function Duplicate() As Shape
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Shape
     
    value = instance.Duplicate()
    public Shape Duplicate()

    Return Value

    The new duplicated shape.
    See Also