Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Property Value

CheckState

Implements

ICheckBox..::..CheckState

See Also