[]
        
(Showing Draft Content)

C1.Excel.XLCell.Clone

Clone Method

Clone()

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

Declaration
public XLCell Clone()
Returns
Type Description
XLCell

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.