ITabSheet
RadioButtons Property
|
Returns collection with all option buttons inside this worksheet. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IRadioButtons RadioButtons { get; }
ReadOnly Property RadioButtons As IRadioButtons
Get
property IRadioButtons^ RadioButtons {
IRadioButtons^ get ();
}
abstract RadioButtons : IRadioButtons with get
Property Value
Type:
IRadioButtons
See Also