Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ForceWorkday Class / Clone Method


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

    Return Value

    A shallow copy of the ForceWorkday.
    See Also