Class ExcelControlRadioButton
Represents a radio button form control
Inheritance
ExcelControlRadioButton
Implements
Inherited Members
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public class ExcelControlRadioButton : ExcelControlWithColorsAndLines, IDisposable
Properties
Checked
Gets or sets the state of the radio box.
Declaration
public bool Checked { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ControlType
The type of form control
Declaration
public override eControlType ControlType { get; }
Property Value
| Type | Description |
|---|---|
| eControlType |
Overrides
FirstButton
Gets or sets if the radio button is the first button in a set of radio buttons
Declaration
public bool FirstButton { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
LinkedCell
Gets or sets the address to the cell that is linked to the control.
Declaration
public ExcelAddressBase LinkedCell { get; set; }
Property Value
| Type | Description |
|---|---|
| ExcelAddressBase |