Excel for WinRT
Clone() Method


Creates a copy of the current cell, including the value.
Syntax
'Declaration
 
Public Function Clone() As XLCell
'Usage
 
Dim instance As XLCell
Dim value As XLCell
 
value = instance.Clone()
public XLCell Clone()

Return Value

A new XLCell object that is a copy of the current instance.
Remarks
The formula of the cell is cloned only as part of a row, a worksheet or a workbook.
See Also

Reference

XLCell Class
XLCell Members

 

 


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

Product Support Forum  |  Documentation Feedback