Click or drag to resize

ListBoxCollection AddCopy Method

Adds a copy of the items from the source IListBox to the current list.

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(
	IListBox source
)

Parameters

source
Type: Spire.Xls.Core IListBox
The IListBox containing the items to be copied.
See Also