Click or drag to resize

ICloneParent Interface

Supports cloning, which creates a new instance of a class with the same value as an existing instance.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface ICloneParent

The ICloneParent type exposes the following members.

Methods
Name Description
Public method Clone
Creates a new object that is a copy of the current instance.
Top
See Also