Interface ICloneParent
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
Namespace: Syncfusion.XlsIO.Interfaces
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public interface ICloneParentMethods
Clone(Object)
Creates a new object that is a copy of the current instance.
Declaration
object Clone(object parent)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | parent | Parent object for a copy of this instance. | 
Returns
| Type | Description | 
|---|---|
| System.Object | A new object that is a copy of this instance. |