Creates a copy of the current cell, including the value.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLCell Clone()
Visual Basic
Public Function Clone As XLCell

Return Value

A new XLCell object that is a copy of the current instance.

Remarks

The formula of the cell is cloned only as part of a row, a worksheet or a workbook.

See Also