Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekHoliday Class / Clone Method


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

Return Value

A shallow copy of the DayOfWeekHoliday.
See Also