Table of Contents

Enum eCheckState

Namespace
OfficeOpenXml.Drawing.Controls
Assembly
EPPlus.dll

The state of a check box form control

public enum eCheckState

Fields

Checked = 1

The checkbox is checked

Mixed = 2

The checkbox is greyed out, neither checked or unchecked

Unchecked = 0

The checkbox is unchecked