OvalShapeCollection
AddCopy Method
|
Adds a copy of the specified oval 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(
IOvalShape source
)
Public Sub AddCopy (
source As IOvalShape
)
public:
void AddCopy(
IOvalShape^ source
)
member AddCopy :
source : IOvalShape -> unit
Parameters
-
source
-
Type:
Spire.Xls.Core
IOvalShape
The oval shape to be copied.
See Also