Click or drag to resize

SlicerStylesCloneNode Method

When overridden in a derived class, creates a duplicate of the node.

Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public override OpenXmlElement CloneNode(
	bool deep
)

Parameters

deep  Boolean
True to recursively clone the subtree under the specified node; false to clone only the node itself.

Return Value

OpenXmlElement
The cloned node.
See Also