Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / Clone Method


In This Topic
    Clone Method (NamedStyle)
    In This Topic
    Creates and returns a copy of this object.
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Object
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As Object
     
    value = instance.Clone()
    public override object Clone()

    Return Value

    Copy of this object
    See Also