Class ExcelCheckState
Specifies check state of the check box.
Inheritance
System.Object
ExcelCheckState
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ExcelCheckState : Enum
Fields
Checked
Indicates that checkbox is checked.
Declaration
public const ExcelCheckState Checked
Field Value
Type | Description |
---|---|
ExcelCheckState |
Mixed
Mixed state.
Declaration
public const ExcelCheckState Mixed
Field Value
Type | Description |
---|---|
ExcelCheckState |
Unchecked
Indicates that checkbox is unchecked.
Declaration
public const ExcelCheckState Unchecked
Field Value
Type | Description |
---|---|
ExcelCheckState |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |