Spread Windows Forms 12.0 Product Documentation
Clone Method (SubStyle)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubStyle Class : Clone Method
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

Reference

SubStyle Class
SubStyle Members