Spread WPF 17
GrapeCity.Excel Namespace / IExtendedFormat Interface / Clone Method


In This Topic
    Clone Method (IExtendedFormat)
    In This Topic
    Clone and create a new instance of the IExtendedFormat
    Syntax
    'Declaration
     
    Function Clone() As IExtendedFormat
    'Usage
     
    Dim instance As IExtendedFormat
    Dim value As IExtendedFormat
     
    value = instance.Clone()
    IExtendedFormat Clone()
    See Also