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
)
Public Sub AddCopy (
source As IListBox
)
public:
void AddCopy(
IListBox^ source
)
member AddCopy :
source : IListBox -> unit
Parameters
-
source
-
Type:
Spire.Xls.Core
IListBox
The IListBox containing the items to be copied.
See Also