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

In This Topic
Clone Method (XLRange)
In This Topic
Creates a new XLRange object that is a copy of the current instance.
Syntax
'Declaration
 
Public Function Clone() As XLRange
 

Return Value

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