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