GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Holiday Class / Clone Method


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

Return Value

A shallow copy of the Holiday.
See Also