Click or drag to resize

PivotTableFields Clone Method

Creates a copy of the current object.

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

Parameters

parent
Type: System Object
New parent for the created object.

Return Value

Type: Object

Implements

ICloneParent Clone(Object)
See Also