Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PairChar Class / Clone Method


In This Topic
    Clone Method (PairChar)
    In This Topic
    Creates an exact copy of the current PairChar.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As PairChar
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()

    Return Value

    A System.Object that represents the cloned PairChar.
    See Also