Excel for WinRT
Clone() Method


Creates a new XLRow object that is a copy of the current instance.
Syntax
'Declaration
 
Public Function Clone() As XLRow
'Usage
 
Dim instance As XLRow
Dim value As XLRow
 
value = instance.Clone()
public XLRow Clone()

Return Value

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

Reference

XLRow Class
XLRow Members

 

 


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

Product Support Forum  |  Documentation Feedback