IShapes
AddCopy Method (IShape)
|
Adds shape copy to the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IShape AddCopy(
IShape sourceShape
)
Function AddCopy (
sourceShape As IShape
) As IShape
IShape^ AddCopy(
IShape^ sourceShape
)
abstract AddCopy :
sourceShape : IShape -> IShape
Parameters
-
sourceShape
-
Type:
Spire.Xls.Core
IShape
Shape to copy.
Return Value
Type:
IShape
Added shape.
See Also