Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("the method is not implemented")]
public virtual Object Clone(
	Object parent
)
<ObsoleteAttribute("the method is not implemented")> 
Public Overridable Function Clone ( 
	parent As Object
) As Object
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual Object^ Clone(
	Object^ parent
)
[<ObsoleteAttribute("the method is not implemented")>]
abstract Clone : 
        parent : Object -> Object 
[<ObsoleteAttribute("the method is not implemented")>]
override Clone : 
        parent : Object -> Object 

Parameters

parent
Object

Return Value

Object

Implements

ICloneParent..::..Clone(Object)

See Also