Creates an exact copy of this
SubStyle object.
'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.