FarPoint.Win.Spread
Clone Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > BarCodeType Class : Clone Method


Creates a new object that is a copy of the current instance.

Syntax

Visual Basic (Declaration) 
Public Overridable Function Clone() As Object
Visual Basic (Usage)Copy Code
Dim instance As BarCodeType
Dim value As Object
 
value = instance.Clone()
C# 
public virtual object Clone()

Return Value

A new object that is a copy of this instance.

See Also