Table of Contents

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

bool

ControlType

The type of form control

public override eControlType ControlType { get; }

Property Value

eControlType

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

bool

LinkedCell

Gets or sets the address to the cell that is linked to the control.

public ExcelAddressBase LinkedCell { get; set; }

Property Value

ExcelAddressBase