XlsCheckBoxShape
CheckState Property
 | 
Gets or sets the check state of the checkbox.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public CheckState CheckState { get; set; }
 
Public Property CheckState As CheckState
	Get
	Set
 
public:
virtual property CheckState CheckState {
	CheckState get () sealed;
	void set (CheckState value) sealed;
}
 
abstract CheckState : CheckState with get, set
override CheckState : CheckState with get, set
 
 
 
Return Value
Type:
CheckState
The check state of the checkbox.
Implements
ICheckBox
CheckState
 
See Also