ShapeCollectionBase
AddCopy Method (IShape)
|
Note: This API is now obsolete.
Adds shape copy to the 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
)
<ObsoleteAttribute("the method is not implemented")>
Public Function AddCopy (
sourceShape As IShape
) As IShape
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual IShape^ AddCopy(
IShape^ sourceShape
) sealed
[<ObsoleteAttribute("the method is not implemented")>]
abstract AddCopy :
sourceShape : IShape -> IShape
[<ObsoleteAttribute("the method is not implemented")>]
override AddCopy :
sourceShape : IShape -> IShape
Parameters
-
sourceShape
-
Type:
Spire.Xls.Core
IShape
Shape to copy.
Return Value
Type:
IShape
Added shape.
See Also