Table of Contents

Interface ICloneParent

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll

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

public interface ICloneParent

Methods

Clone(object)

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

object Clone(object parent)

Parameters

parent object

Parent object for a copy of this instance.

Returns

object

A new object that is a copy of this instance.