ShapeCollectionBase
AddCopy Method (IShape, Dictionary
String, String
, List
Int32
)
|
Note: This API is now obsolete.
Adds shape copy to shapes collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[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
-
Type:
Spire.Xls.Core
IShape
Shape to copy.
-
hashNewNames
-
Type:
System.Collections.Generic
Dictionary
String
,
String
Hashtable with new names of worksheets.
-
arrFontIndexes
-
Type:
System.Collections.Generic
List
Int32
Array list with new font indexes.
Return Value
Type:
IShape
Added shape.
See Also