CollectionExtended
T
Clone Method
|
Creates copy of the collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual Object Clone(
Object parent
)
Public Overridable Function Clone (
parent As Object
) As Object
public:
virtual Object^ Clone(
Object^ parent
)
abstract Clone :
parent : Object -> Object
override Clone :
parent : Object -> Object
Parameters
-
parent
-
Type:
System
Object
Parent object for the new collection.
Return Value
Type:
Object
A copy of the collection.
Implements
ICloneParent
Clone(Object)
See Also