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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("the method is not implemented")]
public IShape AddCopy(
	IShape sourceShape,
	Dictionary<string, string> hashNewNames,
	List<int> arrFontIndexes
)
<ObsoleteAttribute("the method is not implemented")> 
Public Function AddCopy ( 
	sourceShape As IShape,
	hashNewNames As Dictionary(Of String, String),
	arrFontIndexes As List(Of Integer)
) As IShape
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual IShape^ AddCopy(
	IShape^ sourceShape, 
	Dictionary<String^, String^>^ hashNewNames, 
	List<int>^ arrFontIndexes
) sealed
[<ObsoleteAttribute("the method is not implemented")>]
abstract AddCopy : 
        sourceShape : IShape * 
        hashNewNames : Dictionary<string, string> * 
        arrFontIndexes : List<int> -> IShape 
[<ObsoleteAttribute("the method is not implemented")>]
override 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