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
Public Interface ICloneParent
public interface class ICloneParent
type ICloneParent =interface end
The
ICloneParent
type exposes the following members.
Methods
|
Name
|
Description
|
|
Clone
|
Creates a new object that is a copy of the current instance.
|
Top
See Also