Creates a new XLRow object that is a copy of the current instance.

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

Syntax

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

Return Value

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

See Also