Click or drag to resize

ClipboardData Clone Method

Createas copy of the current object.

Namespace: Spire.Doc.CompoundFile
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Object Clone()

Return Value

Type: Object
A copy of the current object.

Implements

ICloneable Clone
See Also