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


In This Topic
    Clone Method (WeekdaysStyle)
    In This Topic
    Creates an exact copy of this WeekdaysStyle object.
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As Object
    'Usage
     
    
    Dim instance As WeekdaysStyle
    Dim value As Object
     
    value = instance.Clone()
    public virtual object Clone()

    Return Value

    Returns a WeekdaysStyle object that this method creates
    See Also