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