[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.ICheckBox

Interface ICheckBox

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

The check box control.

public interface ICheckBox : IControl<ICheckBox>, IContentControl, ICellLinkControl<bool?>, ICellLinkControl, IControl
Inherited Members

Properties

IsChecked

Gets or sets whether the ICheckBox is checked.

bool? IsChecked { get; set; }

Property Value

bool?

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