Enum ExcelCheckState
Specifies check state of the check box.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelCheckState
Fields
| Name | Description |
|---|---|
| Checked | Indicates that checkbox is checked. |
| Mixed | Mixed state. |
| Unchecked | Indicates that checkbox is unchecked. |