Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Line Class / Clone Method


In This Topic
Clone Method (Line)
In This Topic
Clones a copy from this instance.
Syntax
'Declaration
 
Public Function Clone() As Object
 
'Usage
 
Dim instance As Line
Dim value As Object
 
value = instance.Clone()

Return Value

The copied value.
See Also