CheckBoxCollection
AddCopy Method
|
Adds a copy of the provided checkbox 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(
ICheckBox checkboxsource
)
Public Sub AddCopy (
checkboxsource As ICheckBox
)
public:
void AddCopy(
ICheckBox^ checkboxsource
)
member AddCopy :
checkboxsource : ICheckBox -> unit
Parameters
-
checkboxsource
-
Type:
Spire.Xls.Core
ICheckBox
The checkbox to be copied.
See Also