C1.Excel Assembly / C1.Excel Namespace / XLCellRange Class / Clone Method

In This Topic
Clone Method (XLCellRange)
In This Topic
Creates a copy of this cell range.
Syntax
'Declaration
 
Public Function Clone() As XLCellRange
 

Return Value

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