Spread Windows Forms 13.0 Product Documentation
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekStyle Class / Clone Method


In This Topic
    Clone Method (DayOfWeekStyle)
    In This Topic
    Creates an new instance copied from this DayOfWeekStyle object.
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As Object
    'Usage
     
    Dim instance As DayOfWeekStyle
    Dim value As Object
     
    value = instance.Clone()
    public virtual object Clone()

    Return Value

    Returns a DayOfWeekStyle object.
    See Also