Class ExcelControlRadioButton
Represents a radio button form control
Inheritance
Object
ExcelControlRadioButton
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
|---|---|
| Boolean |
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 |
|---|---|
| Boolean |
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 |
Implements
System.IDisposable