Enum eCheckState
The state of a check box form control
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public enum eCheckState
Fields
Name | Description |
---|---|
Checked | The checkbox is checked |
Mixed | The checkbox is greyed out, neither checked or unchecked |
Unchecked | The checkbox is unchecked |