Spread Windows Forms 12.0 Product Documentation
Clone Method (GeneralCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > GeneralCellType Class : Clone Method
Creates and returns a general (default) cell.
Syntax
'Declaration
 
Public Overrides Function Clone() As Object
'Usage
 
Dim instance As GeneralCellType
Dim value As Object
 
value = instance.Clone()
public override object Clone()

Return Value

Object containing the copied object
Remarks
The copy is made with the .NET MemberwiseClone method.
See Also

Reference

GeneralCellType Class
GeneralCellType Members