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


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

    Return Value

    Returns the SubStyle object this method created.
    See Also