Excel for WPF and Silverlight
Clone Method (XLRange)

C1.WPF.Excel Namespace > XLRange Class : Clone Method
Creates a new XLRange object that is a copy of the current instance.
Syntax
'Declaration
 
Public Function Clone() As XLRange
public XLRange Clone()

Return Value

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

Reference

XLRange Class
XLRange Members