Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / Clone Method


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