Class ExcelControlCheckBox
Represents a check box form control
Inheritance
System.Object
    
    
    
    
    
    ExcelControlCheckBox
  Implements
System.IDisposable
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public class ExcelControlCheckBox : ExcelControlWithColorsAndLines, IDisposable, IPictureContainerProperties
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