Click or drag to resize

DocumentProperty Clone Method

Note: This API is now obsolete.

Creates a new object that is a copy of the current instance.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public Object Clone()

Return Value

Type: Object
A new object that is a copy of this instance.
See Also