Click or drag to resize

PivotDataField Clone Method

Creates and returns a copy of the specified object.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Object Clone(
	Object parent
)

Parameters

parent
Type: System Object
The object to be cloned.

Return Value

Type: Object
A new object that is a copy of the specified object.

Implements

ICloneParent Clone(Object)
See Also