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

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

Return Value

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