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


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

    Return Value

    A shallow copy of the holiday object.
    See Also