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

In This Topic
    Clone() Method
    In This Topic
    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