XlsRadioButtonShape
IsFirstButton Property
|
Gets a value indicating whether the radio button is the first button in the group.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsFirstButton { get; }
Public ReadOnly Property IsFirstButton As Boolean
Get
public:
virtual property bool IsFirstButton {
bool get () sealed;
}
abstract IsFirstButton : bool with get
override IsFirstButton : bool with get
Return Value
Type:
Boolean
True if the radio button is the first button in the group; otherwise, false.
Implements
IRadioButton
IsFirstButton
See Also