PrstGeomShapeCollection
AddCopy Method
|
Adds a copy of the specified geometric shape to the current collection or object.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddCopy(
IPrstGeomShape source
)
Public Sub AddCopy (
source As IPrstGeomShape
)
public:
void AddCopy(
IPrstGeomShape^ source
)
member AddCopy :
source : IPrstGeomShape -> unit
Parameters
-
source
-
Type:
Spire.Xls.Core
IPrstGeomShape
The geometric shape to be copied and added.
See Also