Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Weekdays Class / Clone Method


In This Topic
    Clone Method (Weekdays)
    In This Topic
    Creates a shallow copy of the Weekdays object.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As Weekdays
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()

    Return Value

    A shallow copy of the Weekdays.
    See Also