[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.ICheckBox.IsChecked

IsChecked Property

IsChecked

Gets or sets whether the ICheckBox is checked.

Declaration
bool? IsChecked { get; set; }
Property IsChecked As Boolean?
Property Value
Type Description
bool?

False - Unchecked, true - Checked, null (Nothing) - Mixed.