Click or drag to resize

RadioButtonCollection AddCopy Method

Adds a copy of the specified radio button 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(
	IRadioButton source
)

Parameters

source
Type: Spire.Xls.Core IRadioButton
The radio button to be copied.
See Also