Class ExcelControlCheckBox
Represents a check box form control
Inheritance
Object
ExcelControlCheckBox
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 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 |
Overrides
Implements
System.IDisposable