Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / Clone Method


In This Topic
Clone Method (StyleInfo)
In This Topic
Creates a new object that is a copy of the current instance (with the same style settings).
Syntax
'Declaration
 
Public Overridable Function Clone() As Object
 
'Usage
 
Dim instance As StyleInfo
Dim value As Object
 
value = instance.Clone()
See Also