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
)
<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
IShape

Return Value

IShape

See Also