Excel for WinRT
Clone() Method


Creates a copy of this cell range.
Syntax
'Declaration
 
Public Function Clone() As XLCellRange
'Usage
 
Dim instance As XLCellRange
Dim value As XLCellRange
 
value = instance.Clone()
public XLCellRange Clone()

Return Value

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

Reference

XLCellRange Class
XLCellRange Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback