Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Style Class / Clone Method


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

    Return Value

    Returns a Style object this method creates.
    See Also