Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLRow Class / Clone() Method

In This Topic
    Clone() Method
    In This Topic
    Creates a new XLRow object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Public Function Clone() As XLRow
    public XLRow Clone()

    Return Value

    A new XLRow object that is a copy of the current instance.
    See Also