XlsWorksheetBase
RadioButtons Property
|
Returns inner radiobutton collection. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IRadioButtons RadioButtons { get; }
Public ReadOnly Property RadioButtons As IRadioButtons
Get
public:
virtual property IRadioButtons^ RadioButtons {
IRadioButtons^ get () sealed;
}
abstract RadioButtons : IRadioButtons with get
override RadioButtons : IRadioButtons with get
Property Value
Type:
IRadioButtons
Implements
ITabSheet
RadioButtons
See Also