Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual IShape Clone(
	Object parent,
	Dictionary<string, string> hashNewNames,
	Dictionary<int, int> dicFontIndexes,
	bool addToCollections
)
Public Overridable Function Clone ( 
	parent As Object,
	hashNewNames As Dictionary(Of String, String),
	dicFontIndexes As Dictionary(Of Integer, Integer),
	addToCollections As Boolean
) As IShape
public:
virtual IShape^ Clone(
	Object^ parent, 
	Dictionary<String^, String^>^ hashNewNames, 
	Dictionary<int, int>^ dicFontIndexes, 
	bool addToCollections
)
abstract Clone : 
        parent : Object * 
        hashNewNames : Dictionary<string, string> * 
        dicFontIndexes : Dictionary<int, int> * 
        addToCollections : bool -> IShape 
override Clone : 
        parent : Object * 
        hashNewNames : Dictionary<string, string> * 
        dicFontIndexes : Dictionary<int, int> * 
        addToCollections : bool -> IShape 

Parameters

parent
Object
hashNewNames
Dictionary<(Of <(<'String, String>)>)>
dicFontIndexes
Dictionary<(Of <(<'Int32, Int32>)>)>
addToCollections
Boolean

Return Value

IShape

See Also