Click or drag to resize

CheckState Enumeration

Specifies check state of the check box.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum CheckState
Members
Member name Value Description
Unchecked 0 Indicates that checkbox is unchecked.
Checked 1 Indicates that checkbox is checked.
Mixed 2 Mixed state.
See Also