Excel for WPF and Silverlight
Clone() Method

C1.WPF.Excel Namespace > XLCellRange Class : Clone() Method
Creates a copy of this cell range.
Syntax
'Declaration
 
Public Function Clone() As XLCellRange
public XLCellRange Clone()

Return Value

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

Reference

XLCellRange Class
XLCellRange Members