Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / INumberFormatExtendData Interface / Clone Method


In This Topic
    Clone Method (INumberFormatExtendData)
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Function Clone() As ICellType
    'Usage
     
    
    Dim instance As INumberFormatExtendData
    Dim value As ICellType
     
    value = instance.Clone()
    ICellType Clone()

    Return Value

    A new object that is a copy of the current instance.
    See Also