Indicates whether the check box is in the checked.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
bool Checked { get; set; }
Property Checked As Boolean Get Set
property bool Checked { bool get (); void set (bool value); }
abstract Checked : bool with get, set