ComboBoxCollection
AddCopy Method
|
Adds a copy of the specified combo box shape to the current collection or container.
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(
IComboBoxShape comboboxsource
)
Public Sub AddCopy (
comboboxsource As IComboBoxShape
)
public:
void AddCopy(
IComboBoxShape^ comboboxsource
)
member AddCopy :
comboboxsource : IComboBoxShape -> unit
Parameters
-
comboboxsource
-
Type:
Spire.Xls.Core
IComboBoxShape
The combo box shape to be copied.
See Also