Spread Windows Forms 12.0 Product Documentation
Clone Method (BaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > BaseCellType Class : Clone Method
Creates and returns a base cell.
Syntax
'Declaration
 
Public Overridable Function Clone() As Object
'Usage
 
Dim instance As BaseCellType
Dim value As Object
 
value = instance.Clone()
public virtual object Clone()

Return Value

Object containing the copied object
Remarks

The copy is made with the .NET MemberwiseClone method.

See Also

Reference

BaseCellType Class
BaseCellType Members