ComponentOne Excel for .NET
ComponentOne Excel for .NET
C1.Excel Assembly
/
C1.Excel Namespace
/
XLCell Class
/ Clone Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Clone Method (XLCell)
In This Topic
Creates a copy of the current cell, including the value.
Syntax
Visual Basic
C#
'Declaration Public Function Clone() As
XLCell
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