ICheckBox
CheckState Property
 | 
Indicates whether check box is checked.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
CheckState CheckState { get; set; }
 
Property CheckState As CheckState
	Get
	Set
 
property CheckState CheckState {
	CheckState get ();
	void set (CheckState value);
}
 
abstract CheckState : CheckState with get, set
 
 
 
Property Value
Type:
CheckState
 
See Also