Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / Clone() Method


In This Topic
    Clone() Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Clone() As CellNote
    'Usage
     
    
    Dim instance As CellNote
    Dim value As CellNote
     
    value = instance.Clone()
    public CellNote Clone()
    See Also