TextBoxCollection
AddCopy Method
|
Adds a copy of the specified ITextBoxLinkShape to the current collection or context.
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(
ITextBoxLinkShape textboxsource
)
Public Sub AddCopy (
textboxsource As ITextBoxLinkShape
)
public:
void AddCopy(
ITextBoxLinkShape^ textboxsource
)
member AddCopy :
textboxsource : ITextBoxLinkShape -> unit
Parameters
-
textboxsource
-
Type:
Spire.Xls.Core
ITextBoxLinkShape
The ITextBoxLinkShape to be copied.
See Also