Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / ICheckBox Interface / IsChecked Property
In This Topic
    IsChecked Property (ICheckBox)
    In This Topic
    Gets or sets whether the ICheckBox is checked.
    Syntax
    System.Nullable<bool> IsChecked {get; set;}

    Property Value

    False - Unchecked, true - Checked, a null reference (Nothing in Visual Basic) (Nothing) - Mixed
    See Also