Class ExcelControlCheckBox
Represents a check box form control
Inheritance
ExcelControlCheckBox
Implements
Inherited Members
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public class ExcelControlCheckBox : ExcelControlWithColorsAndLines, IDisposable
Properties
Checked
Gets or sets the state of a check box
Declaration
public eCheckState Checked { get; set; }
Property Value
| Type | Description |
|---|---|
| eCheckState |
ControlType
The type of form control
Declaration
public override eControlType ControlType { get; }
Property Value
| Type | Description |
|---|---|
| eControlType |