Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / Clone Method


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