Table of Contents

Enum CheckState

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Specifies check state of the check box.

public enum CheckState

Fields

Checked = 1

Indicates that checkbox is checked.

Mixed = 2

Mixed state.

Unchecked = 0

Indicates that checkbox is unchecked.