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

    Property Value

    False - Unchecked, true - Checked
    See Also