XlsRadioButtonShape
CheckState Property
|
Gets or sets the check state of the RadioButton shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CheckState CheckState { get; set; }
Public Property CheckState As CheckState
Get
Set
public:
virtual property CheckState CheckState {
CheckState get () sealed;
void set (CheckState value) sealed;
}
abstract CheckState : CheckState with get, set
override CheckState : CheckState with get, set
Return Value
Type:
CheckState
The check state of the RadioButton shape, which can be Checked, Unchecked.
Throws NotSupportedException if Mixed state is set.
Implements
IRadioButton
CheckState
See Also