Click or drag to resize

ArcShapeCollection AddCopy Method

Adds a copy of the specified IArcShape 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(
	IArcShape source
)

Parameters

source
Type: Spire.Xls.Core IArcShape
The IArcShape to be copied and added.
See Also