SpinnerShapeCollection
AddCopy Method
|
Adds a copy of the provided ISpinnerShape 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(
ISpinnerShape source
)
Public Sub AddCopy (
source As ISpinnerShape
)
public:
void AddCopy(
ISpinnerShape^ source
)
member AddCopy :
source : ISpinnerShape -> unit
Parameters
-
source
-
Type:
Spire.Xls.Core
ISpinnerShape
The ISpinnerShape to be copied and added.
See Also