IShapes
AddRadioButton Method
|
Adds new ootion button to the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IRadioButton AddRadioButton()
Function AddRadioButton As IRadioButton
IRadioButton^ AddRadioButton()
abstract AddRadioButton : unit -> IRadioButton
Return Value
Type:
IRadioButton
Newly created checkbox.
See Also