Click or drag to resize

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
)

Parameters

textboxsource
Type: Spire.Xls.Core ITextBoxLinkShape
The ITextBoxLinkShape to be copied.
See Also