Click or drag to resize

XlsDocumentProperty Clone Method

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
public Object Clone()

Return Value

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

Implements

ICloneable Clone
See Also