Excel for WPF and Silverlight
Clone() Method

C1.WPF.Excel Namespace > XLRow Class : Clone() Method
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

Reference

XLRow Class
XLRow Members