IRadioButton
IsFirstButton Property
|
Indicates whether option button is first button. Read Only
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsFirstButton { get; }
ReadOnly Property IsFirstButton As Boolean
Get
property bool IsFirstButton {
bool get ();
}
abstract IsFirstButton : bool with get
Property Value
Type:
Boolean
See Also