Click or drag to resize

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; }

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