XlsPivotCachesCollection
Clone Method
|
Creates a new object that is a copy of the specified parent object.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Object Clone(
Object parent
)
Public Function Clone (
parent As Object
) As Object
public:
Object^ Clone(
Object^ parent
)
member Clone :
parent : Object -> Object
Parameters
-
parent
-
Type:
System
Object
The object to be cloned.
Return Value
Type:
Object
A new object that is a copy of the specified parent object.
See Also