ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCell Class / Clone() Method

In This Topic
    Clone() Method
    In This Topic
    Creates a copy of the current cell, including the value.
    Syntax
    'Declaration
     
    Public Function Clone() As XLCell
    public XLCell Clone()

    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