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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
IShape AddCopy(
	IShape sourceShape,
	Dictionary<string, string> hashNewNames,
	List<int> arrFontIndexes
)
Function AddCopy ( 
	sourceShape As IShape,
	hashNewNames As Dictionary(Of String, String),
	arrFontIndexes As List(Of Integer)
) As IShape
IShape^ AddCopy(
	IShape^ sourceShape, 
	Dictionary<String^, String^>^ hashNewNames, 
	List<int>^ arrFontIndexes
)
abstract AddCopy : 
        sourceShape : IShape * 
        hashNewNames : Dictionary<string, string> * 
        arrFontIndexes : List<int> -> IShape 

Parameters

sourceShape
IShape
hashNewNames
Dictionary<(Of <(<'String, String>)>)>
arrFontIndexes
List<(Of <(<'Int32>)>)>

Return Value

IShape

See Also